System.Reflection.MonoParameterInfo.GetCustomAttributesData C# (CSharp) Метод

GetCustomAttributesData() публичный Метод

public GetCustomAttributesData ( ) : IList
Результат IList
		public override IList<CustomAttributeData> GetCustomAttributesData () {
			return CustomAttributeData.GetCustomAttributes (this);
		}