C# Class rosette_api.Argument

Afficher le fichier Open project: rosette-api/csharp Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

Equals() public méthode

Equals override
public Equals ( object obj ) : bool
obj object The object to compare against
Résultat bool

GetHashCode() public méthode

HashCode override
public GetHashCode ( ) : int
Résultat int

ToString() public méthode

ToString override. Writes this Argument in JSON form
public ToString ( ) : string
Résultat string