Exemplo n.º 1
0
 public virtual object[] GetCustomAttributes(bool inherit)
 {
     return(MonoCustomAttrs.GetCustomAttributes(this, inherit));
 }
Exemplo n.º 2
0
 public override object[] GetCustomAttributes(Type attributeType, bool inherit)
 {
     return(MonoCustomAttrs.GetCustomAttributes(this, attributeType, inherit));
 }
Exemplo n.º 3
0
 public override object[] GetCustomAttributes(bool inherit)
 {
     return(MonoCustomAttrs.GetCustomAttributes(this, false));
 }