Extensions.ToEnumerable Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ToEnumerable(IIterable) | |
ToEnumerable<T>(IIterable) |
ToEnumerable(IIterable)
public static System.Collections.IEnumerable ToEnumerable (this Java.Lang.IIterable source);
static member ToEnumerable : Java.Lang.IIterable -> System.Collections.IEnumerable
Parameters
- source
- IIterable
Returns
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
ToEnumerable<T>(IIterable)
public static System.Collections.Generic.IEnumerable<T?> ToEnumerable<T> (this Java.Lang.IIterable source);
static member ToEnumerable : Java.Lang.IIterable -> seq<'T>
Type Parameters
- T
Parameters
- source
- IIterable
Returns
IEnumerable<T>
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.