Base interface for all dynamic advices that apply to collection-like types.
Namespace: PostSharp.Patterns.Collections.Advices
Assembly: PostSharp.Patterns.Common.dll
Syntax
public interface ICollectionDynamicAdviceBase : IDynamicAdvice, IDynamicInterfaceImplementation
Methods
Name | Description |
---|---|
IsReadOnly(AdviceEnumerator<ICollectionDynamicAdviceBase>) | Determines whether the advised collection is read-only. |
IsSynchronized(AdviceEnumerator<ICollectionDynamicAdviceBase>) | Determines whether the advised collection is synchronized (i.e. thread-safe). |