Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Shaders.Ast.SourceSpan Struct Reference

A SourceSpan. More...

Public Member Functions

 SourceSpan (SourceLocation location, int length)
 Initializes a new instance of the SourceSpan struct. More...
 
override string ToString ()
 

Public Attributes

SourceLocation Location
 Location of this span. More...
 
int Length
 Length of this span. More...
 

Detailed Description

A SourceSpan.

Definition at line 10 of file SourceSpan.cs.

Constructor & Destructor Documentation

SiliconStudio.Shaders.Ast.SourceSpan.SourceSpan ( SourceLocation  location,
int  length 
)

Initializes a new instance of the SourceSpan struct.

Parameters
locationThe location.
lengthThe length.

Definition at line 37 of file SourceSpan.cs.

Member Function Documentation

override string SiliconStudio.Shaders.Ast.SourceSpan.ToString ( )

Definition at line 44 of file SourceSpan.cs.

Member Data Documentation

int SiliconStudio.Shaders.Ast.SourceSpan.Length

Length of this span.

Definition at line 22 of file SourceSpan.cs.

SourceLocation SiliconStudio.Shaders.Ast.SourceSpan.Location

The documentation for this struct was generated from the following file: