C# Класс rosette_api.Argument

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

Argument() публичный Метод

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.
Результат System

Equals() публичный Метод

Equals override
public Equals ( object obj ) : bool
obj object The object to compare against
Результат bool

GetHashCode() публичный Метод

HashCode override
public GetHashCode ( ) : int
Результат int

ToString() публичный Метод

ToString override. Writes this Argument in JSON form
public ToString ( ) : string
Результат string