示例#1
0
 public Section(Keywords w, int s, Dictionary<Link, int> dic)
 {
     words = w;
     section = s;
     links = dic;
 }