CrypterOptions GetEnumerator Method CryptSharp
Returns an enumerator that iterates through all options.

Namespace: CryptSharp
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax

public IEnumerator<KeyValuePair<CrypterOptionKey, Object>> GetEnumerator()

Return Value

An enumerator for the options.

Implements

OnlineIEnumerable T  GetEnumerator 
See Also