System.Reflection.MonoField.GetCustomAttributes C# (CSharp) Метод

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

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
Результат object[]
		public override object[] GetCustomAttributes( Type attributeType, bool inherit) {
			return MonoCustomAttrs.GetCustomAttributes (this, attributeType, inherit);
		}

Same methods

MonoField::GetCustomAttributes ( bool inherit ) : object[]