Click or drag to resize

InputStreamGetChar Method

Returns a character.

Namespace:  Syntactik.IO
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public char GetChar(
	int index
)

Parameters

index
Type: SystemInt32
Index of character in the string, stream etc.

Return Value

Type: Char
Result character.

Implements

ITextSourceGetChar(Int32)
See Also