CollectionExpressionSyntax.WithElements Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.CodeAnalysis.CSharp.Syntax.CollectionExpressionSyntax WithElements (Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.CollectionElementSyntax> elements);
member this.WithElements : Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.CollectionElementSyntax> -> Microsoft.CodeAnalysis.CSharp.Syntax.CollectionExpressionSyntax
Public Function WithElements (elements As SeparatedSyntaxList(Of CollectionElementSyntax)) As CollectionExpressionSyntax
Parameters
- elements
- SeparatedSyntaxList<CollectionElementSyntax>