Goblin - A Platform for 3D AR and VR Applications

ExpressionRootCollection.Insert Method 

Inserts an element into the ExpressionRootCollection at the specified index.

public virtual void Insert(
   int index,
   ExpressionRoot item
);

Parameters

index
The zero-based index at which item should be inserted.
item
The ExpressionRoot to insert.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException

index is less than zero

-or-

index is equal to or greater than Count.

See Also

ExpressionRootCollection Class | DDW.CSharp.SymbolTable Namespace