CrypterOptions GetValue T  Method (CrypterOptionKey)CryptSharp
Gets the value of an option, if the option is set, or a default value otherwise.

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

public T GetValue<T>(
	CrypterOptionKey key
)
Type Parameters

T
The type of the option's value.

Return Value

The option's value.
See Also