Click or drag to resize

IDSelectorTselect Method

select object T from dictionary or list of regular expressions. If the identifier id is not found then a try with the index number of the element done. Last comes the list of regular expressions.

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public T select(
	string id,
	int ind
)

Parameters

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:Karamba.Utilities.IDSelector`1.select(System.String,System.Int32)"]

ind
Type: SystemInt32

[Missing <param name="ind"/> documentation for "M:Karamba.Utilities.IDSelector`1.select(System.String,System.Int32)"]

Return Value

Type: T

[Missing <returns> documentation for "M:Karamba.Utilities.IDSelector`1.select(System.String,System.Int32)"]

See Also