List Question
10 TechQA 2015-06-11 15:06:19Should remove(Object) be remove(? super E)
							228 views
							
								Asked by Clashsoft
								
							
						
					Basic FunctionN cov/contravariance
							103 views
							
								Asked by NoIdeaHowToFixThis
								
							
						
					c# Generics "in" keyword
							5.1k views
							
								Asked by bgs264
								
							
						
					Functions are contravariant in their argument types and co-variant in their return types
							3.6k views
							
								Asked by rgamber
								
							
						
					Hacklang — Is there a reason why ConstIndexAccess is invariant on Tk?
							83 views
							
								Asked by concat
								
							
						
					Covariance confusion. Can't assign tuples of implemented interfaces to list of tuples
							462 views
							
								Asked by Zac
								
							
						
					Returning a generic IList causing an error
							550 views
							
								Asked by Paul Michaels
								
							
						
					Covariance and contravariance usage in C#
							166 views
							
								Asked by Sanctus2099
								
							
						
					Action<List<Something>> contravariance limitation
							128 views
							
								Asked by Vesuvian
								
							
						
					Can I implement an interface that contains a property that is of child type to what is required by the interface?
							4.6k views
							
								Asked by Mark Avenius