Class ManualTypeDescriberFallbackBehavior

How to behave if a ManualTypeDescriber needs to describe a type that isn't explicitly configured.

Inheritance
System.Object
ManualTypeDescriberFallbackBehavior
Namespace: Cesil
Assembly: Cesil.dll
Syntax
public sealed class ManualTypeDescriberFallbackBehavior : Enum

Fields

Throw

Throw if no type is configured.

Declaration
public const ManualTypeDescriberFallbackBehavior Throw
Field Value
Type Description
ManualTypeDescriberFallbackBehavior

UseFallback

Use a fallback ITypeDescriber if no type is configured.

Declaration
public const ManualTypeDescriberFallbackBehavior UseFallback
Field Value
Type Description
ManualTypeDescriberFallbackBehavior

value__

Declaration
public byte value__
Field Value
Type Description
System.Byte
In This Article
Back to top Generated by DocFX