C# 클래스 Flatwhite.Provider.DefaulAttributeProvider

Default attribute provider
상속: IAttributeProvider
파일 보기 프로젝트 열기: vanthoainguyen/Flatwhite 1 사용 예제들

공개 메소드들

메소드 설명
GetAttributes ( MethodInfo methodInfo, object>.IDictionary invocationContext ) : IEnumerable

Get all attributes decorated on method or declarative type

메소드 상세

GetAttributes() 공개 메소드

Get all attributes decorated on method or declarative type
public GetAttributes ( MethodInfo methodInfo, object>.IDictionary invocationContext ) : IEnumerable
methodInfo System.Reflection.MethodInfo
invocationContext object>.IDictionary
리턴 IEnumerable