Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Public fields | Properties | Public Member Functions | List of all members
Loyc.Threading.PushedTLV< T > Struct Template Reference

Designed to be used in a "using" statement to alter a thread-local variable temporarily. More...


Source file:
Inheritance diagram for Loyc.Threading.PushedTLV< T >:

Remarks

Designed to be used in a "using" statement to alter a thread-local variable temporarily.

Public fields

_oldValue
 
ThreadLocalVariable< T > _variable
 

Properties

OldValue [get]
 
Value [get]
 

Public Member Functions

 PushedTLV (ThreadLocalVariable< T > variable, T newValue)
 
void Dispose ()