Click or drag to resize

MultiValueDictionary<TKey, TValue>.Clone Method

Clones this instance using shallow copy

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.5.0 (1.3.18.1017)
Syntax
public MultiValueDictionary<TKey, TValue> Clone()

Return Value

Type: MultiValueDictionary<TKey, TValue>
See Also