Property | Type | Description |
---|
Method | Description | |
---|---|---|
Argument ( int position, string argument, |
Creates an argument from its position and components.
|
|
Equals ( object obj ) : bool |
Equals override
|
|
GetHashCode ( ) : int |
HashCode override
|
|
ToString ( ) : string |
ToString override. Writes this Argument in JSON form
|
public Argument ( int position, string argument, |
||
position | int | The position of the argument in relation to other arguments. |
argument | string | The mention of the argument. |
id | The id of the argument. | |
return | System |
public Equals ( object obj ) : bool | ||
obj | object | The object to compare against |
return | bool |