You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
j'ai testé avec ce morceau de code il n'y a aucun coloration
et quand je change par cpp par exemple j'ai bien de la coloration
l'exemple sur lequel je m'en suis rendu compte https://bin.readthedocs.fr/sterse.cs
using System.Runtime.CompilerServices;classSomeViewModel{publicboolHasPendingChanges{get;privateset;}publicintFoo{get;set=> Set(ref field, value);}=1;privateboolSet<T>(refTlocation,Tvalue){if(RuntimeHelpers.Equals(location, value))returnfalse;location=value;HasPendingChanges=true;returntrue;}}
The text was updated successfully, but these errors were encountered:
j'ai testé avec ce morceau de code il n'y a aucun coloration
et quand je change par cpp par exemple j'ai bien de la coloration
l'exemple sur lequel je m'en suis rendu compte
https://bin.readthedocs.fr/sterse.cs
The text was updated successfully, but these errors were encountered: