Click or drag to resize
StringDeduplicatorDeduplicate Method (IListString)
Deduplicates every element in 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 void Deduplicate(
	IList<string> list
)

Parameters

list
Type: System.Collections.GenericIListString
See Also