C# Class ShaderTools.Hlsl.Parser.FileSegment

Afficher le fichier Open project: tgjones/HlslTools

Méthodes publiques

Свойство Type Description
Length int
Start int
Text ShaderTools.Core.Text.SourceText

Méthodes publiques

Méthode Description
FileSegment ( SourceText text, int start ) : ShaderTools.Core.Text

Method Details

FileSegment() public méthode

public FileSegment ( SourceText text, int start ) : ShaderTools.Core.Text
text ShaderTools.Core.Text.SourceText
start int
Résultat ShaderTools.Core.Text

Property Details

Length public_oe property

public int Length
Résultat int

Start public_oe property

public int Start
Résultat int

Text public_oe property

public SourceText,ShaderTools.Core.Text Text
Résultat ShaderTools.Core.Text.SourceText