UniqueList T  Insert Method Delta Engine Documentation

Namespace: DeltaEngine.Extensions
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void Insert(
	int index,
	T item
)

Implements

IList T  Insert(Int32, T)
See Also