Property | Type | Description | |
---|---|---|---|
CallFormatter | IMethodInfoFormatter |
Method | Description | |
---|---|---|
CallSpecification ( |
||
CreateCopyThatMatchesAnyArguments ( ) : ICallSpecification | ||
Format ( ICall call ) : string | ||
GetMethodInfo ( ) : |
||
InvokePerArgumentActions ( CallInfo callInfo ) : void | ||
IsSatisfiedBy ( ICall call ) : bool | ||
NonMatchingArguments ( ICall call ) : IEnumerable |
||
ReturnType ( ) : Type | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
AreComparable ( |
||
AreEquivalentDefinitions ( |
||
CanCompareGenericMethods ( |
||
FormatArguments ( IEnumerable | ||
HasDifferentNumberOfArguments ( ICall call ) : bool | ||
ParameterTypes ( |
||
TypesAreAllEquivalent ( Type aArgs, Type bArgs ) : bool |
public CallSpecification ( |
||
methodInfo | ||
argumentSpecifications | IEnumerable |
|
return | System |
public CreateCopyThatMatchesAnyArguments ( ) : ICallSpecification | ||
return | ICallSpecification |
public GetMethodInfo ( ) : |
||
return |
public InvokePerArgumentActions ( CallInfo callInfo ) : void | ||
callInfo | CallInfo | |
return | void |
public NonMatchingArguments ( ICall call ) : IEnumerable |
||
call | ICall | |
return | IEnumerable |