PostSharpAPI ReferencePost­Sharp.​Patterns.​Collections.​AdvicesDictionary­Dynamic­Advice<TKey, TValue>Is­Synchronized
Open sandboxFocus

DictionaryDynamicAdvice<TKey, TValue>.IsSynchronized Method

IsSynchronized(AdviceEnumerator<ICollectionDynamicAdviceBase>)

Determines whether the advised collection is synchronized (i.e. thread-safe).

Declaration
public virtual bool IsSynchronized(AdviceEnumerator<ICollectionDynamicAdviceBase> nextAdvices)
Parameters
Type Name Description
AdviceEnumerator<ICollectionDynamicAdviceBase> nextAdvices

The next advice in the chain of responsibility.

Returns
Type Description
System.Boolean

true if the advised collection is synchronized (i.e. thread-safe), otherwise false.

Implements
ICollectionDynamicAdviceBase.IsSynchronized(AdviceEnumerator<ICollectionDynamicAdviceBase>)