System.Reflection.MonoEvent.MonoEvent.GetCustomAttributes C# (CSharp) Méthode

GetCustomAttributes() public méthode

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
Résultat object[]
		public override object[] GetCustomAttributes( Type attributeType, bool inherit)
		{
			return MonoCustomAttrs.GetCustomAttributes (this, attributeType, inherit);
		}

Same methods

MonoEvent.MonoEvent::GetCustomAttributes ( bool inherit ) : object[]