Exemplo n.º 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));
 }
Exemplo n.º 2
0
 // Determine if custom attributes are associated with this assembly.
 bool ICustomAttributeProvider.IsDefined(Type type, bool inherit)
 {
     return(ClrHelpers.IsDefined(this, type, inherit));
 }
Exemplo n.º 3
0
 internal override bool ClrIsDefined(Type type, bool inherit)
 {
     return(ClrHelpers.IsDefined(this, type, inherit));
 }
Exemplo n.º 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));
 }