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
C# (CSharp) ScriptSplitter.Peek Examples
Programming Language:
C# (CSharp)
Class/Type:
ScriptSplitter
Method/Function:
Peek
Examples at hotexamples.com:
1
C# (CSharp) ScriptSplitter.Peek - 1 examples found
. These are the top rated real world C# (CSharp) examples of
ScriptSplitter.Peek
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
Count(12)
Split(7)
Process(6)
First(4)
Append(1)
Next(1)
Peek(1)
SetNext(1)
SetParser(1)
Frequently Used Methods
Count (12)
Split (7)
Process (6)
First (4)
Append (1)
Next (1)
Peek (1)
SetNext (1)
SetParser (1)
Example #1
0
Show file
protected char Peek() { if (!HasNext) { return(char.MinValue); } return((char)Splitter.Peek()); }
x