Ejemplo n.º 1
0
 // Get an interface mapping for this type.
 public override InterfaceMapping GetInterfaceMap(Type interfaceType)
 {
     CheckCreated();
     return(type.GetInterfaceMap(interfaceType));
 }