C# Class Flatwhite.Provider.DefaulAttributeProvider

Default attribute provider
Inheritance: IAttributeProvider
Show file Open project: vanthoainguyen/Flatwhite Class Usage Examples

Public Methods

Method Description
GetAttributes ( MethodInfo methodInfo, object>.IDictionary invocationContext ) : IEnumerable

Get all attributes decorated on method or declarative type

Method Details

GetAttributes() public method

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