Created
March 1, 2019 00:02
-
-
Save atzimler/85e3d26467452805a6954ee474ac3b8d to your computer and use it in GitHub Desktop.
CheckReentrancy .NET Reference Code Reference
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if ((CollectionChanged != null) && (CollectionChanged.GetInvocationList().Length > 1)) | |
throw new InvalidOperationException(SR.GetString(SR.ObservableCollectionReentrancyNotAllowed)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment