|
PeanutButter
|
Thrown when an attempt is made to zip two collections of uneven size. Also includes references to the two collections. More...
Public Member Functions | |
| UnevenZipException (IEnumerable< T1 > left, IEnumerable< T2 > right) | |
| Public Member Functions inherited from PeanutButter.Utils.UnevenZipException | |
| UnevenZipException () | |
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. Also includes references to the two collections.