TypeAdapter.IsAnyInstanceThreadSafe Property |
Determines whether any instance of this type or of any derived class can be safely shared by several threads.
Namespace: PostSharp.Patterns.Model.TypeAdapters
Assembly: PostSharp.Patterns.Aggregation (in PostSharp.Patterns.Aggregation.dll) Version: 6.4.11.0 (6.4.11.0)


If the type is thread-safe but can have non-immutable instances of a derived type, the IsThreadSafe property shall be true but the IsAnyInstanceThreadSafe property shall be true.
