Click or drag to resize

BaseIncrementalTextGeneratorGetCurrentIndex Method

Returns the current index.

Namespace: RAYLASE.Marker.Common.TextGenerator
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
protected long GetCurrentIndex(
	bool peek
)

Parameters

peek  Boolean

[Missing <param name="peek"/> documentation for "M:RAYLASE.Marker.Common.TextGenerator.BaseIncrementalTextGenerator.GetCurrentIndex(System.Boolean)"]

Return Value

Int64
The current index.
See Also