Click or drag to resize

IdIndexerId Method

Returns string identifiers which correspond to a numerical identifier.

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public List<string> Id(
	int index
)

Parameters

index
Type: SystemInt32
index.

Return Value

Type: ListString
list of identifiers (e.g. names of elements).
See Also