System.Reflection.MonoParameterInfo.GetCustomAttributesData C# (CSharp) Méthode

GetCustomAttributesData() public méthode

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