Пример #1
0
 public object AnyGt <TItem>(string arrayProperty, TItem item)
 {
     return(InternalBuilder.AnyGt(arrayProperty, item));
 }