Exemplo n.º 1
0
 public static InlineCountQueryPart InlineCount(InlineCountType inlineCountType)
 {
     return(new InlineCountQueryPart(inlineCountType));
 }
Exemplo n.º 2
0
 public InlineCountQueryPart(InlineCountType inlineCountType)
 {
     InlineCountType = inlineCountType;
 }
Exemplo n.º 3
0
 public static InlineCountQueryPart InlineCount(InlineCountType inlineCountType)
 {
     return new InlineCountQueryPart(inlineCountType);
 }