SeparatedSyntaxList.Create<TNode>(ReadOnlySpan<TNode>) 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 static Microsoft.CodeAnalysis.SeparatedSyntaxList<TNode> Create<TNode> (ReadOnlySpan<TNode> nodes) where TNode : Microsoft.CodeAnalysis.SyntaxNode;
static member Create : ReadOnlySpan<'Node (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)> -> Microsoft.CodeAnalysis.SeparatedSyntaxList<'Node (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)> (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)
Public Shared Function Create(Of TNode As SyntaxNode) (nodes As ReadOnlySpan(Of TNode)) As SeparatedSyntaxList(Of TNode)
Type Parameters
- TNode
Parameters
- nodes
- ReadOnlySpan<TNode>
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.