ICollectionExpressionOperation.ConstructMethod Propriété
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.
Méthode utilisée pour construire la collection.
Si le type de collection est un tableau, une étendue, une interface de tableau ou un paramètre de type, la méthode est null ; si le type de collection a un attribut [CollectionBuilder], la méthode est la méthode du générateur ; sinon, la méthode est le constructeur de type de collection.
public Microsoft.CodeAnalysis.IMethodSymbol? ConstructMethod { get; }
member this.ConstructMethod : Microsoft.CodeAnalysis.IMethodSymbol
Public ReadOnly Property ConstructMethod As IMethodSymbol