C# Class rosette_api.SyntaxDependenciesResponse.Dependency

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Dependency ( string dependencyType, int governorTokenIndex, int dependentTokenIndex ) : System

Creates a dependency

Equals ( object obj ) : bool

Equals override

GetHashCode ( ) : int

HashCode override

ToString ( ) : string

ToString override.

Method Details

Dependency() public méthode

Creates a dependency
public Dependency ( string dependencyType, int governorTokenIndex, int dependentTokenIndex ) : System
dependencyType string The type of dependency
governorTokenIndex int The index of the token that governs the dependency
dependentTokenIndex int The index of the token associated with the dependency
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.
public ToString ( ) : string
Résultat string