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

GetCustomAttributesData() public method

public GetCustomAttributesData ( ) : IList
return IList
		public override IList<CustomAttributeData> GetCustomAttributesData () {
			return CustomAttributeData.GetCustomAttributes (this);
		}