Show / Hide Table of Contents

Class ConvertibleOptions

Configuration options for Convertible.

Inheritance
Object
EndianOptions
ConvertibleOptions
CyclicRedundancyCheckOptions
FowlerNollVoOptions
Implements
IParameterObject
Inherited Members
EndianOptions.ByteOrder
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public class ConvertibleOptions : EndianOptions, IParameterObject

Constructors

| Improve this Doc View Source

ConvertibleOptions()

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.

PropertyInitial Value
ConvertersConvertibleConverterDictionary

Properties

| Improve this Doc View Source

Converters

Gets the converters associated with this instance.

Declaration
public ConvertibleConverterDictionary Converters { get; }
Property Value
Type Description
ConvertibleConverterDictionary

The converters associated with this instance.

Implements

IParameterObject

See Also

EndianOptions
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright 2008-2022 Geekle. All rights reserved. Code with passion and love; deploy with confidence. 👨‍💻️🔥❤️🚀😎
Generated by DocFX