EnumerableExtensions.Prepend<T>(IEnumerable<T>, T) Method

Definition

For internal use by the Xamarin.Forms platform.

[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Xamarin.Forms.Internals.EnumerableExtensions/<Prepend>d__7`1))]
public static System.Collections.Generic.IEnumerable<T> Prepend<T> (this System.Collections.Generic.IEnumerable<T> enumerable, T item);
static member Prepend : seq<'T> * 'T -> seq<'T>

Type Parameters

T

For internal use by the Xamarin.Forms platform.

Parameters

enumerable
IEnumerable<T>

For internal use by the Xamarin.Forms platform.

item
T

For internal use by the Xamarin.Forms platform.

Returns

For internal use by the Xamarin.Forms platform.

Attributes

Applies to