コード例 #1
0
 public override bool Visit(CefNavigationEntry entry, bool current, int index, int total)
 {
     return(_implementation.Visit(entry, current, index, total));
 }
コード例 #2
0
 protected internal unsafe override bool Visit(CefNavigationEntry entry, bool current, int index, int total)
 {
     return(_implementation.Visit(entry, current, index, total));
 }