QuickObjects.ObjectBase Send comments on this topic.
Insert Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > IBusinessObjectCollection Class : Insert Method
index
Position at which to insert the businessObject.
businessObject
BaseBusinessObject to insert.
Inserts the BaseBusinessObject into the collection at the specified position.

Syntax

C# 
public void Insert( 
   int index,
   BaseBusinessObject businessObject
)

Parameters

index
Position at which to insert the businessObject.
businessObject
BaseBusinessObject to insert.

Requirements

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

See Also