System.Reflection.Emit.MethodOnTypeBuilderInst.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)
		{
			throw new NotSupportedException ();
		}

Same methods

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