AbstractFileParser.ExpectFunc Delegate

tikumo.regis3

AbstractFileParser ExpectFunc Delegate regdiff Code Documentation
Callback definition for parser states

Namespace: com.tikumo.regis3
Assembly: regis3 (in regis3.dll) Version: 3.4.0.0 (3.4.0.0)

Syntax

protected delegate void ExpectFunc(
	char c
)
protected delegate void ExpectFunc(
	char c
)

Parameters

c
Type: OnlineSystem Char
Character read at current position in text file
See Also