IsDefined() статический приватный Метод

static private IsDefined ( Assembly assembly, RuntimeType caType ) : bool
assembly Assembly
caType RuntimeType
Результат bool
Пример #1
0
 public override bool IsDefined(Type attributeType, bool inherit)
 {
     return(CustomAttribute.IsDefined(this, attributeType, inherit));
 }