Class SurrogateTypeDescriberFallbackBehavior

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

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

Fields

Throw

Throw if no type is configured.

Declaration
public const SurrogateTypeDescriberFallbackBehavior Throw
Field Value
Type Description
SurrogateTypeDescriberFallbackBehavior

UseFallback

Use a fallback ITypeDescriber if no type is configured.

Declaration
public const SurrogateTypeDescriberFallbackBehavior UseFallback
Field Value
Type Description
SurrogateTypeDescriberFallbackBehavior

value__

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