C# Class Shaman.Runtime.CharArrayReader

Inheritance: LazyTextReader
Mostra file Open project: antiufo/Shaman.ValueString Class Usage Examples

Public Properties

Property Type Description
Array char[]

Public Methods

Method Description
Substring ( int startIndex, int length ) : string
this ( int index ) : char

Method Details

Substring() public method

public Substring ( int startIndex, int length ) : string
startIndex int
length int
return string

this() public method

public this ( int index ) : char
index int
return char

Property Details

Array public_oe property

public char[] Array
return char[]