|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Provides extension methods for working against Java Iterable instances. More...
Static Public Member Functions | |
| static IEnumerable< T > | AsEnumerable< T > (this Iterable iterable) |
| Returns the appropriate wrapper type for the given Iterable. | |
Provides extension methods for working against Java Iterable instances.
Definition at line 13 of file IterableExtensions.cs.
|
static |
Returns the appropriate wrapper type for the given Iterable.
| T |
| iterable |