Class TypeDescribers
Holds references to pre-allocated TypeDescibers.
Inheritance
System.Object
TypeDescribers
Namespace: Cesil
Assembly: Cesil.dll
Syntax
public static class TypeDescribers : Object
Fields
AheadOfTime
An instance of AheadOfTimeTypeDescriber.
Use this with Cesil.SourceGenerator to avoid runtime code generation.
Declaration
public static readonly AheadOfTimeTypeDescriber AheadOfTime
Field Value
Type | Description |
---|---|
AheadOfTimeTypeDescriber |
Default
An instance of DefaultTypeDescriber.
This instance is used in cases where an ITypeDescriber has not been configured.
Declaration
public static readonly DefaultTypeDescriber Default
Field Value
Type | Description |
---|---|
DefaultTypeDescriber |