Exemplo n.º 1
0
 public InstructionStaticClassTypeArgument()
 {
     StaticGenericClass <ExampleDependency> .Foo();
 }
Exemplo n.º 2
0
 public InstructionStaticMethodTypeArgument()
 {
     StaticGenericClass <int> .Foo <ExampleDependency>();
 }