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