Property | Type | Description | |
---|---|---|---|
m_countOfParams | int |
Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Determines whether the specified object is equal to the current object.
|
|
FunctionToken ( Functions function ) : System |
Initializes the FunctionToken class.
|
|
FunctionToken ( Functions function, int countOfParams ) : System |
Initializes the FunctionToken class.
|
|
GetHashCode ( ) : int |
Returns a hash code for this instance.
|
|
ToString ( ) : string |
Returns a string that represents the current object.
|
public Equals ( object obj ) : bool | ||
obj | object | The object to compare with the current object. |
return | bool |
public FunctionToken ( Functions function ) : System | ||
function | Functions | A function. |
return | System |
public FunctionToken ( Functions function, int countOfParams ) : System | ||
function | Functions | A function. |
countOfParams | int | The count of parameters. |
return | System |