CryptographicCollection<T>.IEnumerable<T>.GetEnumerator Method
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9083)
IEnumerable<T>.GetEnumerator()
Returns an enumerator that iterates through the collection.
Declaration
IEnumerator<T> IEnumerable<T>.GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<T> | Enumerator. |