string [] strs = new List < string > (). ToArray (); * This source code was highlighted with Source Code Highlighter .
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 .
Source: https://habr.com/ru/post/30429/
All Articles