HttpParameterDescriptor.GetCustomAttributes Method (Type, Boolean)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

'Declaration
Public Overridable Function GetCustomAttributes ( _
    attributeType As Type, _
    inherit As Boolean _
) As Object()
public virtual Object[] GetCustomAttributes(
    Type attributeType,
    bool inherit
)
public:
virtual array<Object^>^ GetCustomAttributes(
    Type^ attributeType, 
    bool inherit
)
abstract GetCustomAttributes : 
        attributeType:Type * 
        inherit:bool -> Object[] 
override GetCustomAttributes : 
        attributeType:Type * 
        inherit:bool -> Object[] 
public function GetCustomAttributes(
    attributeType : Type, 
    inherit : boolean
) : Object[]

Parameters

Return Value

Type: System.Object[]

Implements

ICustomAttributeProvider.GetCustomAttributes(Type, Boolean)

See Also

Reference

HttpParameterDescriptor Class

GetCustomAttributes Overload

System.Web.Http.Controllers Namespace