|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Wraps an Iterable as a IEnumerable. More...
Public Member Functions | |
| IterableWrapper (Iterable iterable) | |
| Initializes a new instance. | |
| IEnumerator< T > | GetEnumerator () |
| Returns an enumerator that wraps the given iterable. | |
Wraps an Iterable as a IEnumerable.
Definition at line 13 of file IterableWrapper.cs.
| java.lang.IterableWrapper< T >.IterableWrapper | ( | Iterable | iterable | ) |
Initializes a new instance.
| iterable |
| ArgumentNullException |
Definition at line 23 of file IterableWrapper.cs.
| IEnumerator< T > java.lang.IterableWrapper< T >.GetEnumerator | ( | ) |
Returns an enumerator that wraps the given iterable.
Definition at line 32 of file IterableWrapper.cs.