Some links, because I had a hard time finding good documentation on VolatileAttribute (which is the name of the type; you use it as [Volatile] on variables, parameters and fields. TL;DR Volatile The*volatile*attribute is used to mark fields that are subject to change by different threads, so that code generation does not optimize copying the […]
Weiterlesen...