Method |
Description |
|
BestMethod ( List applicable ) : CandidateMethod |
|
|
BetterCandidate ( CandidateMethod c1, CandidateMethod c2 ) : int |
|
|
CalculateCandidateArgumentScore ( CandidateMethod candidateMethod, int argumentIndex, Type paramType ) : bool |
|
|
CalculateCandidateScore ( CandidateMethod candidateMethod ) : bool |
|
|
DoesNotRequireConversions ( CandidateMethod candidate ) : bool |
|
|
FindApplicableMethods ( IEnumerable candidates ) : List |
|
|
GetClassDepth ( Type type ) : int |
|
|
GetInterfaceDepth ( Type type ) : int |
|
|
GetLogicalTypeDepth ( Type type ) : int |
|
|
GetObjectTypeOrNull ( object arg ) : Type |
|
|
GetTypeDepth ( Type type ) : int |
|
|
GetTypeGenerity ( Type type ) : int |
|
|
HasParamArrayAttribute ( ParameterInfo info ) : bool |
|
|
IsApplicableMethod ( MethodInfo method ) : CandidateMethod |
|
|
IsVarArgs ( ParameterInfo parameters ) : bool |
|
|
MoreSpecificType ( Type t1, Type t2 ) : int |
|
|
TotalScore ( CandidateMethod c1 ) : int |
|
|
ValidArgumentCount ( ParameterInfo parameters, bool varargs ) : bool |
|
|