C# Class Flatwhite.Provider.DefaulAttributeProvider

Default attribute provider
Inheritance: IAttributeProvider
Afficher le fichier Open project: vanthoainguyen/Flatwhite Class Usage Examples

Méthodes publiques

Méthode Description
GetAttributes ( MethodInfo methodInfo, object>.IDictionary invocationContext ) : IEnumerable

Get all attributes decorated on method or declarative type

Method Details

GetAttributes() public méthode

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