SeparatedSyntaxList<TNode>.Add(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.
Creates a new list with the specified node added to the end.
public:
Microsoft::CodeAnalysis::SeparatedSyntaxList<TNode> Add(TNode node);
public Microsoft.CodeAnalysis.SeparatedSyntaxList<TNode> Add (TNode node);
member this.Add : 'Node -> Microsoft.CodeAnalysis.SeparatedSyntaxList<'Node (requires 'Node :> Microsoft.CodeAnalysis.SyntaxNode)>
Public Function Add (node As TNode) As SeparatedSyntaxList(Of TNode)
Parameters
- node
- TNode
The node to add.
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.