Example #1
0
 public override object[] GetCustomAttributes(bool inherit)
 {
     return(m_methodBuilder.GetCustomAttributes(inherit));
 }