CryptographicCollection<T>.Insert Method
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9083)
Insert(Int32, T)
Adds an item to the collection at the specified position.
Declaration
public void Insert(int index, T item)
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | Position at which to insert the item. |
T | item | Item to add. |