TypeAdapter Constructor (Boolean) |
Initializes a new TypeAdapter for no specific type.
Namespace: PostSharp.Patterns.Model.TypeAdapters
Assembly: PostSharp.Patterns.Aggregation (in PostSharp.Patterns.Aggregation.dll) Version: 6.4.11.0 (6.4.11.0)

C#
protected TypeAdapter( bool isSealed )
Parameters
- isSealed
- Type: System.Boolean
true if the TypeAdapter represents a type that cannot have derived types (such as a value type or a sealed class), otherwise false.
