Partager via


ObjectExtensions.EmptyIfNull<T>(IEnumerable<T>) Méthode

Définition

Retourne cette énumération au cas où elle n’est pas null. Si elle est null, retourne l’énumération vide.

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static System::Collections::Generic::IEnumerable<T> ^ EmptyIfNull(System::Collections::Generic::IEnumerable<T> ^ enumeration);
public static System.Collections.Generic.IEnumerable<T> EmptyIfNull<T> (this System.Collections.Generic.IEnumerable<T> enumeration);
static member EmptyIfNull : seq<'T> -> seq<'T>
<Extension()>
Public Function EmptyIfNull(Of T) (enumeration As IEnumerable(Of T)) As IEnumerable(Of T)

Paramètres de type

T

type des valeurs

Paramètres

enumeration
IEnumerable<T>

énumération

Retours

result

S’applique à