protected void CheckReentrancy()
Protected Sub CheckReentrancy
protected:
void CheckReentrancy()
member CheckReentrancy : unit -> unit
InvalidOperationException | The result of a previous BlockReentrancy call was not disposed yet. Typically, this means there are additional attempts to change this collection during a CollectionChanged or ListChanged event. |