Amazon.Util.Internal.TypeFactory.AbstractTypeInfo.GetCustomAttributes C# (CSharp) 메소드

GetCustomAttributes() 공개 추상적인 메소드

public abstract GetCustomAttributes ( ITypeInfo attributeType, bool inherit ) : object[]
attributeType ITypeInfo
inherit bool
리턴 object[]
            public abstract object[] GetCustomAttributes(ITypeInfo attributeType, bool inherit);

Same methods

TypeFactory.AbstractTypeInfo::GetCustomAttributes ( bool inherit ) : object[]