Hash Constructor
Definition
Hash(Action<TOptions>)
Initializes a new instance of the Hash<TOptions> class.
protected Hash(Action<TOptions> setup)
Parameters
setupAction<TOptions>The ConvertibleOptions which may be configured.
Initializes a new instance of the Hash<TOptions> class.
protected Hash(Action<TOptions> setup)
setup Action<TOptions>The ConvertibleOptions which may be configured.