메소드 | 설명 | |
---|---|---|
Equals ( object obj ) : bool |
Determines whether the specified object is equal to the current object.
|
|
GetHashCode ( ) : int |
Returns a hash code for this instance.
|
|
ToString ( ) : string |
Returns a string that represents the current object.
|
|
UserFunctionToken ( string functionName ) : System |
Initializes the UserFunctionToken class.
|
|
UserFunctionToken ( string functionName, int countOfParams ) : System |
Initializes the UserFunctionToken class.
|
public Equals ( object obj ) : bool | ||
obj | object | The object to compare with the current object. |
리턴 | bool |
public UserFunctionToken ( string functionName ) : System | ||
functionName | string | A name of function. |
리턴 | System |
public UserFunctionToken ( string functionName, int countOfParams ) : System | ||
functionName | string | A name of function. |
countOfParams | int | A count of parameters. |
리턴 | System |