QuickObjects.ObjectBase Send comments on this topic.
RemoveAt Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > IBusinessObjectCollection Class : RemoveAt Method
index
Index of the element to remove.
Removes the element at the specified index of the Collection.

Syntax

C# 
public void RemoveAt( 
   int index
)

Parameters

index
Index of the element to remove.

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also