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