عنوان:

‫کلمه کلیدی volatile


نویسنده: میلاد جعفری ش
تاریخ: ۱۳۹۹/۰۶/۲۳ ۲۳:۳۷
آدرس: www.dntips.ir

The volatile keyword in C# is used to inform the JIT compiler that the value of the variable should never be cached because it might be changed by the operating system, the hardware, or a concurrently executing thread.  



مشاهده مطلب اصلی