Skip to content

ThreadIsolatedValue

Kal Ahmed edited this page Sep 26, 2016 · 1 revision

Home > References > ThreadIsolatedValue

ThreadIsolatedValue

The ThreadIsolatedValue is a variant on the ThreadIsolatedReference except that it is for use with nullable as opposed to non-nullable types. The API is essentially the same, since the reference is to a non-nullable type the default value is the default for the type i.e. the result of default(T) where T is the type.

Clone this wiki locally