TypeAdapterFactory Class |
Factory class for the TypeAdapter type. Implementations must have a public default constructor.
Namespace: PostSharp.Patterns.Model.TypeAdapters
Assembly: PostSharp.Patterns.Aggregation (in PostSharp.Patterns.Aggregation.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public abstract class TypeAdapterFactory
The TypeAdapterFactory type exposes the following members.
Name | Description | |
---|---|---|
TypeAdapterFactory | Initializes a new instance of the TypeAdapterFactory class |
Name | Description | |
---|---|---|
CreateTypeAdapter |
Creates a TypeAdapter for a specific Type.
|