IsDefined() static private method

static private IsDefined ( Assembly assembly, RuntimeType caType ) : bool
assembly Assembly
caType RuntimeType
return bool
示例#1
0
 public override bool IsDefined(Type attributeType, bool inherit)
 {
     return(CustomAttribute.IsDefined(this, attributeType, inherit));
 }