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