Class ConvertibleOptions
- Namespace
- Cuemon
- Assembly
- Cuemon.Core.dll
Configuration options for Convertible.
public class ConvertibleOptions : EndianOptions, IParameterObject- Inheritance
- 
      
      
      ConvertibleOptions
- Implements
- Derived
- Inherited Members
Constructors
ConvertibleOptions()
Initializes a new instance of the ConvertibleOptions class.
public ConvertibleOptions()Remarks
The following table shows the initial property values for an instance of ConvertibleOptions.
| Property | Initial Value | 
|---|---|
| Converters | ConvertibleConverterDictionary | 
Properties
Converters
Gets the converters associated with this instance.
public ConvertibleConverterDictionary Converters { get; }Property Value
- ConvertibleConverterDictionary
- The converters associated with this instance.