Click or drag to resize

IdMapperEnlist Method (String, ListInt32)

enlist a key and corresponding indexes.

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void Enlist(
	string key,
	List<int> inds
)

Parameters

key
Type: SystemString
key to add.
inds
Type: System.Collections.GenericListInt32
indexes connected to the key.
See Also