示例#1
0
 public static InlineCountQueryPart InlineCount(InlineCountType inlineCountType)
 {
     return(new InlineCountQueryPart(inlineCountType));
 }
 public InlineCountQueryPart(InlineCountType inlineCountType)
 {
     InlineCountType = inlineCountType;
 }
示例#3
0
 public static InlineCountQueryPart InlineCount(InlineCountType inlineCountType)
 {
     return new InlineCountQueryPart(inlineCountType);
 }