C# Class TSQL.Tokens.TSQLToken

Afficher le fichier Open project: bruce-dunwiddie/tsql-parser Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Méthodes protégées

Méthode Description
TSQLToken ( int beginPostion, string text ) : System

Private Methods

Méthode Description
Equals ( TSQLToken obj ) : bool

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

TSQLToken() protected méthode

protected TSQLToken ( int beginPostion, string text ) : System
beginPostion int
text string
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool