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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.