|
PeanutButter
|
Thrown when an attempt is made to zip two collections of uneven size. More...
Public Member Functions | |
| UnevenZipException () | |
| UnevenZipException (IEnumerable< T1 > left, IEnumerable< T2 > right) | |
Properties | |
| IEnumerable< T1 > | Left [get] |
| The left collection. | |
| IEnumerable< T2 > | Right [get] |
| The right collection. | |
Thrown when an attempt is made to zip two collections of uneven size.
Thrown when an attempt is made to zip two collections of uneven size. Also includes references to the two collections.