Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Shaman
Runtime
CharArrayReader
C# Class Shaman.Runtime.CharArrayReader
Inheritance:
LazyTextReader
Show 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 property
public
char[]
Array
return
char[]