C# Class ShaderTools.Hlsl.Syntax.SourceLocation

Datei anzeigen Open project: tgjones/HlslTools Class Usage Examples

Private Properties

Property Type Description
SourceLocation

Public Methods

Method Description
Equals ( SourceLocation other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
operator ( ) : SourceLocation
operator ( ) : bool
operator ( ) : int

Private Methods

Method Description
SourceLocation ( int position )

Method Details

Equals() public method

public Equals ( SourceLocation other ) : bool
other SourceLocation
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : SourceLocation
return SourceLocation

operator() public static method

public static operator ( ) : bool
return bool

operator() public static method

public static operator ( ) : int
return int