public ITypeB Map(ITypeA typeA) => internalMap(typeA);
Example #2
0
 public void Covariance()
 {
     ITypeA <Dog> typeA = GetAnimal();
 }
Example #3
0
 public void foo()
 {
     var             x = new TypeA <ClassA>();
     ITypeA <ClassA> y = p2;
 }
 public static void MyMethod <OutputType>(ITypeA <TypeB <OutputType> > Parameter)
 {
 }