C# Class rosette_api.Argument

Exibir arquivo Open project: rosette-api/csharp Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Argument ( int position, string argument, EntityID id ) : System

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

Method Details

Argument() public method

Creates an argument from its position and components.
public Argument ( int position, string argument, EntityID id ) : System
position int The position of the argument in relation to other arguments.
argument string The mention of the argument.
id EntityID The id of the argument.
return System

Equals() public method

Equals override
public Equals ( object obj ) : bool
obj object The object to compare against
return bool

GetHashCode() public method

HashCode override
public GetHashCode ( ) : int
return int

ToString() public method

ToString override. Writes this Argument in JSON form
public ToString ( ) : string
return string