Created
January 6, 2022 21:03
-
-
Save mirsaeedi/2ff671da0b7ffed8ea0acb2a4ff0f799 to your computer and use it in GitHub Desktop.
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
lock(this); | |
lock("some string"); | |
lock(this.publicField); | |
lock(typeof(MyType)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment