StringLocker Class
- Namespace:
- Weavy.Core.Helpers
- Assembly:
- Weavy.Core.dll
A simple class for locking on strings.
See http://stackoverflow.com/a/20403057
public static class StringLocker
- Inheritance:
- System.Object → StringLocker
Methods
Do |
Takes a lock on s and executes the specified action.
|