Click or drag to resize

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)
Syntax
public void enlist(
	List<string> ids,
	T obj
)

Parameters

ids
Type: System.Collections.GenericListString
identifier of object to be enlisted
obj
Type: T
object to be enlisted
See Also