コード例 #1
0
 public override Serialisable Lookup(Context cx)
 {
     return((cx.head is SearchRowSet.SearchRowBookmark srb) ?
            source.Lookup(cx) : this);
 }
コード例 #2
0
 public override Serialisable Lookup(string a)
 {
     return(sce.Lookup(a));
 }