Click or drag to resize
CollectionHelperShallowCopyT Method (HashSetT)
Returns a copy of the hashset passed across.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static HashSet<T> ShallowCopy<T>(
	HashSet<T> hashSet
)

Parameters

hashSet
Type: System.Collections.GenericHashSetT

Type Parameters

T

Return Value

Type: HashSetT
See Also