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