Constable Authorization Engine 2.0 BETA

StateCollection.Insert Method 

[This is preliminary documentation and subject to change.]

Inserts a state into the collection.

[Visual Basic]
Overridable Public Sub Insert( _
   ByVal index As Integer, _
   ByVal state As State _
)
[C#]
public virtual void Insert(
   int index,
   State state
);

Parameters

index
The index where the state is to be inserted.
state
The state being inserted into the collection.

See Also

StateCollection Class | LaMarvin.Constable.Model Namespace