Click or drag to resize

ItemSelectorselect Method (IReadOnlyListString)

return indexes of elements that match a given element identifier

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<int> select(
	IReadOnlyList<string> keys
)

Parameters

keys
Type: System.Collections.GenericIReadOnlyListString
list of element identifiers

Return Value

Type: ListInt32
indexes of elements that match a given element identifier
See Also