System.Reflection.MonoCMethod.GetCustomAttributes C# (CSharp) 메소드

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType Type
inherit bool
리턴 object[]
		public override object[] GetCustomAttributes( Type attributeType, bool inherit) {
			return MonoCustomAttrs.GetCustomAttributes (this, attributeType, inherit);
		}

Same methods

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