CrypterOptions ContainsKey Method CryptSharp
Checks if an option is set.

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

public bool ContainsKey(
	CrypterOptionKey key
)

Return Value

true if the option is set.
See Also