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

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

Parameters

list
Type: System.Collections.GenericListT

Type Parameters

T

Return Value

Type: ListT
See Also