OneOrMany<T>.AsList Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne la liste sous-jacente si cet objet contient > 1 élément, sinon null.
public System.Collections.Generic.IReadOnlyList<T> AsList ();
member this.AsList : unit -> System.Collections.Generic.IReadOnlyList<'T (requires 'T : null)>
Public Function AsList () As IReadOnlyList(Of T)