Amazon.Util.TypeFactory.TypeInfoWrapper.GetCustomAttributes C# (CSharp) Méthode

GetCustomAttributes() public méthode

public GetCustomAttributes ( ITypeInfo attributeType, bool inherit ) : object[]
attributeType ITypeInfo
inherit bool
Résultat 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[]