public void SetText(StringCollection text)
 {
     fieldList.Clear();
     fieldList.Add(text);
 }
示例#2
0
 public ApeItem(string key, StringCollection value) : this()
 {
     this.key = key;
     text.Add(value);
 }