예제 #1
0
 // Determine if custom attributes are defined for this parameter.
 public override bool IsDefined(Type type, bool inherit)
 {
     return(ClrHelpers.IsDefined(this, type, inherit));
 }
예제 #2
0
 // Determine if custom attributes are associated with this assembly.
 bool ICustomAttributeProvider.IsDefined(Type type, bool inherit)
 {
     return(ClrHelpers.IsDefined(this, type, inherit));
 }
예제 #3
0
 internal override bool ClrIsDefined(Type type, bool inherit)
 {
     return(ClrHelpers.IsDefined(this, type, inherit));
 }
예제 #4
0
 // Determine if custom attributes are associated with this assembly.
 public virtual bool IsDefined(Type type, bool inherit)
 {
     return(ClrHelpers.IsDefined(this, type, inherit));
 }