TypeAdapterFactory.CreateTypeAdapter Method |
Creates a TypeAdapter for a specific Type.
Namespace: PostSharp.Patterns.Model.TypeAdapters
Assembly: PostSharp.Patterns.Aggregation (in PostSharp.Patterns.Aggregation.dll) Version: 6.5.21.0 (6.5.21.0)
C#
public abstract TypeAdapter CreateTypeAdapter( Type type )
Parameters
- type
- Type: System.Type
The target Type for which the TypeAdapter should be created.
Return Value
Type: TypeAdapterA TypeAdapter for type.