The CrypterOptions type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Add |
Sets the value of an option, if the option has not already been set.
| |
| Clear |
Clears all options.
| |
| ContainsKey |
Checks if an option is set.
| |
| GetEnumerator |
Returns an enumerator that iterates through all options.
| |
| GetValue T (CrypterOptionKey) |
Gets the value of an option, if the option is set, or a default value otherwise.
| |
| GetValue T (CrypterOptionKey, T) |
Gets the value of an option, if the option is set, or a specified default value otherwise.
| |
| MakeReadOnly |
Prevents future changes to the options.
| |
| Remove |
Clears an option.
| |
| TryGetValue |
Gets the value of an option, if the option is set.
|
See Also