Table of Contents

Method CheckReentrancy

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

CheckReentrancy()

Check and assert for reentrant attempts to change this collection.

protected void CheckReentrancy()

Exceptions

InvalidOperationException

raised when changing the collection while another collection change is still being notified to other listeners.