|
IDSelectorTenlist Method
|
enlist object in dictionary and list for quickly assessing it via identifier
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void enlist(
List<string> ids,
T obj
)
Public Sub enlist (
ids As List(Of String),
obj As T
)
public:
void enlist(
List<String^>^ ids,
T obj
)
member enlist :
ids : List<string> *
obj : 'T -> unit
Parameters
- ids
- Type: System.Collections.GenericListString
identifier of object to be enlisted - obj
- Type: T
object to be enlisted
See Also