Method | Description | |
---|---|---|
CallInfo ( int argCount ) : System.Collections.Generic |
Creates a new CallInfo that represents arguments in the dynamic binding process.
|
|
CallInfo ( int argCount, IEnumerable |
Creates a new CallInfo that represents arguments in the dynamic binding process.
|
|
Equals ( object obj ) : bool |
Determines whether the specified CallInfo instance is considered equal to the current.
|
|
GetHashCode ( ) : int |
Serves as a hash function for the current CallInfo.
|
public CallInfo ( int argCount ) : System.Collections.Generic | ||
argCount | int | The number of arguments. |
return | System.Collections.Generic |
public CallInfo ( int argCount, IEnumerable |
||
argCount | int | The number of arguments. |
argNames | IEnumerable |
The argument names. |
return | System.Collections.Generic |
public Equals ( object obj ) : bool | ||
obj | object | The instance of CallInfo to compare with the current instance. |
return | bool |