Partager via


ICollectionExpressionOperation.ConstructMethod Propriété

Définition

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

Valeur de propriété

S’applique à