Example #1
0
 public object AnyGte <TItem>(string arrayProperty, TItem item)
 {
     return(InternalBuilder.AnyGte(arrayProperty, item));
 }