PostSharpAPI ReferencePost­Sharp.​Patterns.​Model.​Type­AdaptersType­Adapter­Factory
Open sandboxFocus

TypeAdapterFactory Class

Factory class for the TypeAdapter type. Implementations must have a public default constructor.

Inheritance
TypeAdapterFactory
Namespace: PostSharp.Patterns.Model.TypeAdapters
Assembly: PostSharp.Patterns.Aggregation.dll
Syntax
public abstract class TypeAdapterFactory : Object

Constructors

Name Description
TypeAdapterFactory()

Methods

Name Description
CreateTypeAdapter(Type)

Creates a TypeAdapter for a specific System.Type.