Exemplo n.º 1
0
 public static Field Value(this ManagedTypeFinder.IDefinition t)
 {
     return(((ManagedTypeFinderGeneratorTypeSystem.TDefinition)t)?.Value);
 }
Exemplo n.º 2
0
 public static FieldDefinition Value(this ManagedTypeFinder.IDefinition t)
 {
     return(((ManagedTypeFinderCecil.TDefinition)t).Value);
 }