Click or drag to resize

IdIndexerIndex Method

Returns the index of string identifier (e.g. name of an element). If not already present the id is enlisted.

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public int Index(
	string id
)

Parameters

id
Type: SystemString
string identifier (e.g. name of an element).

Return Value

Type: Int32
identification number of string identifier.
See Also