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