Beispiel #1
0
 bool IsSystemAttribute(IType type)
 {
     return(TypeSystemServices.IsAttribute(type));
 }