Click or drag to resize
GenericListWrapper<T>.RemoveAt Method
See interface docs.

Namespace: VirtualRadar.Interface.PortableBinding
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void RemoveAt(
	int index
)

Parameters

index
Type: System.Int32

Implements

IList.RemoveAt(Int32)
See Also