Creates a new option key.
Namespace: CryptSharpAssembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
public CrypterOptionKey(
string description,
Type valueType
)
public CrypterOptionKey(
string description,
Type valueType
)
Public Sub New ( _
description As String, _
valueType As Type _
)
Public Sub New ( _
description As String, _
valueType As Type _
)
public:
CrypterOptionKey(
String^ description,
Type^ valueType
)
public:
CrypterOptionKey(
String^ description,
Type^ valueType
)
new :
description : string *
valueType : Type -> CrypterOptionKey
new :
description : string *
valueType : Type -> CrypterOptionKey
Parameters
- description
- Type: System String
A description of the option.
- valueType
- Type: System Type
The type of the option's value.