Method |
Description |
|
AddParameterPredicate ( int position, Type argumentType, bool matchCovariantParameterTypes, IList methods ) : void |
|
|
MakeParameterPredicate ( int position, Type parameterType, bool covariant ) : bool>.Func |
|
|
MatchesGenericParameterType ( int currentPosition, MethodInfo method, Type parameterType, Func areParameterTypesEqual ) : bool |
|
|
MatchesParameterType ( MethodInfo method, Type parameterType, int position, bool covariant ) : bool |
|
|
ShouldMatchGenericTypeParameters ( IList methods ) : void |
|
|
ShouldMatchMethodName ( IEnumerable methods ) : void |
|
|
ShouldMatchParameterTypes ( IEnumerable currentParameters, bool covariant, IList methods ) : void |
|
|
ShouldMatchParameterTypes ( IList methods ) : void |
|
|
ShouldMatchParameters ( IList methods ) : void |
|
|
ShouldMatchProtectedMethods ( IEnumerable methods ) : void |
|
|
ShouldMatchPublicMethods ( IEnumerable methods ) : void |
|
|
ShouldMatchReturnType ( IList methods ) : void |
|
|
ShouldMatchRuntimeArguments ( IList methods ) : void |
|
|