System.Reflection.Emit.PropertyOnTypeBuilderInst.GetCustomAttributes C# (CSharp) Method

GetCustomAttributes() public method

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
return object[]
		public override object[] GetCustomAttributes(Type attributeType, bool inherit)
		{
			throw new NotSupportedException ();
		}
	}

Same methods

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