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