Click or drag to resize
ChangeAwareKeyedCommandifiedListT, TKeyValue, TChangeType Constructor

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.16.0406)
Syntax
public ChangeAwareKeyedCommandifiedList(
	Func<T, TKeyValue> keyValueProducerFunc,
	string keyPropertyName
)

Parameters

keyValueProducerFunc
Type: SystemFuncT, TKeyValue
The key value producer func.
keyPropertyName
Type: SystemString
Name of the key property which is used to track changes in individual elements.
See Also