Open sandboxFocus

Method IsReadOnly

IsReadOnly(AdviceEnumerator<ICollectionDynamicAdviceBase>)

Determines whether the advised collection is read-only.

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

The next advice in the chain of responsibility.

Returns
Type Description
bool

true if the advised collection is read-only, otherwise false.

Implements