System.Reflection.MonoCMethod.GetCustomAttributes C# (CSharp) Method

GetCustomAttributes() public method

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
return object[]
		public override object[] GetCustomAttributes( bool inherit) {
			return MonoCustomAttrs.GetCustomAttributes (this, inherit);
		}

Same methods

MonoCMethod::GetCustomAttributes ( Type attributeType, bool inherit ) : object[]