Pull to refresh

Валидный код

Reading time1 min
Views1.1K
1.
string[] strs = new List<string>().ToArray();* This source code was highlighted with Source Code Highlighter.


2.
class MyClass
{
   int a;
   public MyClass(int a)
   {
      try
      {
         this.a = a;
      }
      catch (Exception ex)
      {
         logger.Error(ex);
      }
   }
}
* This source code was highlighted with Source Code Highlighter.
Tags:
Hubs:
Total votes 14: ↑5 and ↓9-4
Comments6

Articles