İngilizce dilinde oku

Aracılığıyla paylaş


Derleyici Hatası CS1038

#endregion yönergesi bekleniyor

#region yönergesinde eşleşen bir #endregion yönergesi yoktu.

Aşağıdaki örnek CS1038 oluşturur:

C#
// CS1038.cs  
#region testing  
  
public class clx  
{  
   public static void Main()  
   {  
   }  
}  
// CS1038  
// uncomment the next line to resolve  
// #endregion