C# Class ShaderTools.Hlsl.Formatting.Edit

Exibir arquivo Open project: tgjones/HlslTools

Public Properties

Property Type Description
Start int
Text string

Public Methods

Method Description
Edit ( int start, int length, string text )
ToString ( ) : string

Method Details

Edit() public method

public Edit ( int start, int length, string text )
start int
length int
text string

ToString() public method

public ToString ( ) : string
return string

Property Details

Start public_oe property

public int Start
return int

Text public_oe property

public string Text
return string