Extensions.ToEnumerable Method

Definition

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

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