CryptographicCollection<T>.IndexOf Method
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9313)
IndexOf(T)
Returns a position of the specified item within the collection, or -1 if not found.
Declaration
public int IndexOf(T item)Parameters
| Type | Name | Description | 
|---|---|---|
| T | item | Item to find. | 
Returns
| Type | Description | 
|---|---|
| Int32 | Zero-based position of the item; or -1 if not found. |