Click or drag to resize
StringDeduplicatorDeduplicate Method (String)
Deduplicates every element in the array 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(
	string[] array
)

Parameters

array
Type: SystemString
See Also