Factory class for the TypeAdapter type. Implementations must have a public default constructor.
Namespace: PostSharp.Patterns.Model.TypeAdapters
Assembly: PostSharp.Patterns.Aggregation.dll
Syntax
public abstract class TypeAdapterFactory
Constructors
Name | Description |
---|---|
TypeAdapterFactory() |
Methods
Name | Description |
---|---|
CreateTypeAdapter(Type) | Creates a TypeAdapter for a specific Type. |