Enhanced C#
Language of your choice: library documentation
|
Designed to be used in a "using" statement to temporarily alter a ThreadLocal<T>. More...
Designed to be used in a "using" statement to temporarily alter a ThreadLocal<T>.
Public fields | |
T | _oldValue |
ThreadLocal< T > | _variable |
Properties | |
T | OldValue [get] |
T | Value [get] |
Public Member Functions | |
SavedThreadLocal (ThreadLocal< T > variable, T newValue) | |
void | Dispose () |