コード例 #1
0
 public override bool AddTo(EarleySet set)
 {
     return(set.Add(this));
 }
コード例 #2
0
 public abstract bool AddTo(EarleySet set);