Beispiel #1
0
 // Get an interface from within this type.
 public override Type GetInterface(String name, bool ignoreCase)
 {
     CheckCreated();
     return(type.GetInterface(name, ignoreCase));
 }