Table of Contents

Class ConvertibleOptions

Namespace
Cuemon
Assembly
Cuemon.Core.dll

Configuration options for Convertible.

public class ConvertibleOptions : EndianOptions, IParameterObject
Inheritance
Object
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.

PropertyInitial Value
ConvertersConvertibleConverterDictionary

Properties

Converters

Gets the converters associated with this instance.

public ConvertibleConverterDictionary Converters { get; }

Property Value

ConvertibleConverterDictionary

The converters associated with this instance.

See Also