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[]