This topic has not yet been rated - Rate this topic

ReflectedAsyncActionDescriptor.GetCustomAttributes Method (Type, Boolean)

Returns an array of custom attributes that are defined for this member, identified by type.

Namespace:  System.Web.Mvc.Async
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public override Object[] GetCustomAttributes(
	Type attributeType,
	bool inherit
)

Parameters

attributeType
Type: System.Type

The type of the custom attributes to return.

inherit
Type: System.Boolean

true to look up the hierarchy chain for the inherited custom attribute; otherwise, false.

Return Value

Type: System.Object[]
An array of custom attributes, or an empty array if no custom attributes of the specified type exist.

Implements

ICustomAttributeProvider.GetCustomAttributes(Type, Boolean)
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.