我的代码中有很多私有数据成员,接近 20 行有没有办法将所有这些都放在一个容器中;我在 VS 2010 中做 C# 4.0。
private const string sig1 = "SignatureField";
private const string sig2 = "Message";
private const string sig3 = "Enter Label name & its Associated Types";
private const string sig4 = "Label 1";
private const string sig5 = "Label 2";