Пример #1
0
 public static IRuleOut <List <TItem> > EmptyCollection <TItem>(this IRuleIn <List <TItem> > @this)
 {
     return(@this.EmptyCollection <List <TItem>, TItem>());
 }
Пример #2
0
 public static IRuleOut <IEnumerable <TItem> > EmptyCollection <TItem>(this IRuleIn <IEnumerable <TItem> > @this)
 {
     return(@this.EmptyCollection <IEnumerable <TItem>, TItem>());
 }