HttpParameterDescriptor.GetCustomAttributes Method (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 ( _
    inherit As Boolean _
) As Object()
public virtual Object[] GetCustomAttributes(
    bool inherit
)
public:
virtual array<Object^>^ GetCustomAttributes(
    bool inherit
)
abstract GetCustomAttributes : 
        inherit:bool -> Object[] 
override GetCustomAttributes : 
        inherit:bool -> Object[] 
public function GetCustomAttributes(
    inherit : boolean
) : Object[]

Parameters

Return Value

Type: System.Object[]

Implements

ICustomAttributeProvider.GetCustomAttributes(Boolean)

See Also

Reference

HttpParameterDescriptor Class

GetCustomAttributes Overload

System.Web.Http.Controllers Namespace