CryptographicCollection<T>.Item Property
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9083)
Item[Int32]
Gets or sets an instance of an item at the specified index.
Declaration
public T this[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | The zero-based index of the item to get or set. |
Property Value
Type | Description |
---|---|
T | An item. |