Esempio n. 1
0
 public static InterfaceMapping GetRuntimeInterfaceMap(this TypeInfo typeInfo, Type interfaceType)
 {
     return(typeInfo.GetRuntimeInterfaceMap(interfaceType));
 }