C# 클래스 rosette_api.Argument

파일 보기 프로젝트 열기: rosette-api/csharp 1 사용 예제들

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