コード例 #1
0
ファイル: AndQuery.cs プロジェクト: gaetansnl/database
 public bool MoveNext()
 {
     return(Lead.MoveNext() && AdvanceLeadUntilAllAligned());
 }