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

Same methods

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