Constable Authorization Engine 2.0 BETA

PropertyCollection.Insert Method 

[This is preliminary documentation and subject to change.]

Inserts a property into the collection.

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

Parameters

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

See Also

PropertyCollection Class | LaMarvin.Constable.Model Namespace