コード例 #1
0
 public WhenConstructedWithInlineCountNone()
 {
     this.rawValue = "$inlinecount=none";
     this.option = new InlineCountQueryOption(this.rawValue);
 }
コード例 #2
0
 public WhenConstructedWithInlineCountAllPages()
 {
     this.rawValue = "$inlinecount=allpages";
     this.option = new InlineCountQueryOption(this.rawValue);
 }