Click or drag to resize
CollectionHelperShallowCopyTKey, TValue Method (DictionaryTKey, TValue)
Returns a copy of the dictionary passed across.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Dictionary<TKey, TValue> ShallowCopy<TKey, TValue>(
	Dictionary<TKey, TValue> dictionary
)

Parameters

dictionary
Type: System.Collections.GenericDictionaryTKey, TValue

Type Parameters

TKey
TValue

Return Value

Type: DictionaryTKey, TValue
See Also