PeanutButter
Loading...
Searching...
No Matches
PeanutButter.Utils.UnevenZipException< T1, T2 > Class Template Reference

Thrown when an attempt is made to zip two collections of uneven size. More...

Inheritance diagram for PeanutButter.Utils.UnevenZipException< T1, T2 >:

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.
 

Detailed Description

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.


The documentation for this class was generated from the following file: