C# Class Ninject.Web.WebApi.FilterBindingSyntax.HttpActionDescriptorExtensionMethods

Extension methods for the http action descriptor
Mostrar archivo Open project: ninject/Ninject.Web.WebApi

Public Methods

Method Description
GetCustomAttributes ( this actionDescriptor, Type type ) : IEnumerable

Gets the custom attributes of the specified type.

Method Details

GetCustomAttributes() public static method

Gets the custom attributes of the specified type.
public static GetCustomAttributes ( this actionDescriptor, Type type ) : IEnumerable
actionDescriptor this The action descriptor.
type System.Type The type of the attribute.
return IEnumerable