SqlToken SetIndex Method A Sandcastle Documented Class Library
Sets the index of the current token. Used to represent the position of this SqlToken in a collection of tokens.

Namespace: P4s3FilterTools
Assembly: P4s3FilterTools (in P4s3FilterTools.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void SetIndex(
	int idx
)

Parameters

idx
Type: System Int32
See Also