ObservableCollection<T>.BlockReentrancy Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Disallows reentrant attempts to change this collection.
Assembly: System (in System.dll)
Return Value
Type: System.IDisposableAn IDisposable object that can be used to dispose of the object.
The typical usage is to wrap an OnCollectionChanged call within a using scope, as in the following example:
Show: