Click or drag to resize
GenericListWrapperTInsert 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 Insert(
	int index,
	Object value
)

Parameters

index
Type: SystemInt32
value
Type: SystemObject

Implements

IListInsert(Int32, Object)
See Also