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

Extension methods for the http action descriptor
Afficher le fichier Open project: ninject/Ninject.Web.WebApi

Méthodes publiques

Méthode Description
GetCustomAttributes ( this actionDescriptor, Type type ) : IEnumerable

Gets the custom attributes of the specified type.

Method Details

GetCustomAttributes() public static méthode

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.
Résultat IEnumerable