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

GetCustomAttributes() public method

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

Same methods

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