Ejemplo n.º 1
0
 public static Likeness <TType, TType> WithCollectionSequenceEquals <TType>(this Likeness <TType, TType> likeness, Expression <Func <TType, IEnumerable> > propertyPicker)
 {
     return(likeness.WithCollectionSequenceEquals(propertyPicker, propertyPicker));
 }