C# Class ShaderTools.Hlsl.Syntax.SourceLocation

Afficher le fichier Open project: tgjones/HlslTools Class Usage Examples

Private Properties

Свойство Type Description
SourceLocation

Méthodes publiques

Méthode Description
Equals ( SourceLocation other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
operator ( ) : SourceLocation
operator ( ) : bool
operator ( ) : int

Private Methods

Méthode Description
SourceLocation ( int position )

Method Details

Equals() public méthode

public Equals ( SourceLocation other ) : bool
other SourceLocation
Résultat bool

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : SourceLocation
Résultat SourceLocation

operator() public static méthode

public static operator ( ) : bool
Résultat bool

operator() public static méthode

public static operator ( ) : int
Résultat int