C# 클래스 Ninject.Web.WebApi.FilterBindingSyntax.HttpActionDescriptorExtensionMethods

Extension methods for the http action descriptor
파일 보기 프로젝트 열기: ninject/Ninject.Web.WebApi

공개 메소드들

메소드 설명
GetCustomAttributes ( this actionDescriptor, Type type ) : IEnumerable

Gets the custom attributes of the specified type.

메소드 상세

GetCustomAttributes() 공개 정적인 메소드

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.
리턴 IEnumerable