ICollectionDynamicAdviceBase.IsSynchronized Method |
Determines whether the advised collection is synchronized (i.e. thread-safe).
Namespace: PostSharp.Patterns.Collections.Advices
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.10.10.0 (6.10.10.0)
C#
bool IsSynchronized( AdviceEnumerator<ICollectionDynamicAdviceBase> nextAdvices )
Parameters
- nextAdvices
- Type: PostSharp.Patterns.DynamicAdvising.AdviceEnumerator<ICollectionDynamicAdviceBase>
The next advice in the chain of responsibility.
Return Value
Type: Booleantrue if the advised collection is synchronized (i.e. thread-safe), otherwise false.