|
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)
Syntaxpublic T select(
string id,
int ind
)
Public Function select (
id As String,
ind As Integer
) As T
public:
T select(
String^ id,
int ind
)
member select :
id : string *
ind : int -> 'T
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