Amazon.Util.TypeFactory.TypeInfoWrapper.GetCustomAttributes C# (CSharp) Метод

GetCustomAttributes() публичный Метод

public GetCustomAttributes ( ITypeInfo attributeType, bool inherit ) : object[]
attributeType ITypeInfo
inherit bool
Результат object[]
            public override object[] GetCustomAttributes(ITypeInfo attributeType, bool inherit)
            {
                return this._type.GetCustomAttributes(((TypeInfoWrapper)attributeType)._type, inherit);
            }

Same methods

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