Ejemplo n.º 1
0
 static IEnumerable <InheritedExportAttribute> InheritedExportAttributesFrom(Type baseType)
 {
     return(CustomAttribute <InheritedExportAttribute> .AllFrom(baseType));
 }
Ejemplo n.º 2
0
 static IEnumerable <ExportAttribute> ExportAttributesFrom(Type implementation)
 {
     return(CustomAttribute <ExportAttribute> .AllFrom(implementation));
 }