|
IdMapperEnlist Method (String, ListInt32)
|
enlist a key and corresponding indexes.
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic void Enlist(
string key,
List<int> inds
)
Public Sub Enlist (
key As String,
inds As List(Of Integer)
)
public:
void Enlist(
String^ key,
List<int>^ inds
)
member Enlist :
key : string *
inds : List<int> -> unit
Parameters
- key
- Type: SystemString
key to add. - inds
- Type: System.Collections.GenericListInt32
indexes connected to the key.
See Also