Код: Выделить всё
internal class MyClass
{
public string prop1;
public string prop2;
}
List myList = new List();
List prop1List = new List();
Подробнее здесь: https://stackoverflow.com/questions/784 ... er-list-po
Код: Выделить всё
internal class MyClass
{
public string prop1;
public string prop2;
}
List myList = new List();
List prop1List = new List();