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

Definizione

Per uso interno della piattaforma Xamarin.Forms.

[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>

Parametri di tipo

T

Per uso interno della piattaforma Xamarin.Forms.

Parametri

enumerable
System.Collections.Generic.IEnumerable<T>

Per uso interno della piattaforma Xamarin.Forms.

item
T

Per uso interno della piattaforma Xamarin.Forms.

Restituisce

System.Collections.Generic.IEnumerable<T>

Per uso interno della piattaforma Xamarin.Forms.

Attributi
System.Runtime.CompilerServices.IteratorStateMachineAttribute

Si applica a