Class InjectionMatching
public static class InjectionMatching
- Inheritance
-
InjectionMatching
- Inherited Members
Methods
MatchMemberInfo(object[], MethodBase)
public static bool MatchMemberInfo(this object[] data, MethodBase info)
Parameters
dataobject[]infoMethodBase
Returns
Matches(object, Type)
public static bool Matches(this object data, Type match)
Parameters
Returns
MatchesObject(object, Type)
public static bool MatchesObject(this object parameter, Type match)
Parameters
Returns
MatchesType(Type, Type)
public static bool MatchesType(this Type type, Type match)
Parameters
Returns
Signature(object[])
public static string Signature(this object[] data)
Parameters
dataobject[]