Dictionary<string, string> b = new Dictionary<string, string>() { {"sdf", "dfs"}, {"sfdf", "sdf"} };
List<string> b = new List<string>() { "s", "d", "f" };
class Class1
{
public int x { get; set; }
public int y{ get; set; }
public Class1(int x) {
this.x = x;
}
}
Class1 x = new Class1(12) { y = 13 };


浙公网安备 33010602011771号