Click or drag to resize

ItemSelectorenlist Method (String, ListInt32)

enlist a key and corresponding indexes

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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