Click or drag to resize

IdMapperSelect Method (IReadOnlyListString)

return indexes of elements that match a given element identifier.

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