TreeNode<T>.AddChild 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.
Overloads
AddChild(TreeNode<T>) | |
AddChild(T) |
AddChild(TreeNode<T>)
public void AddChild (Microsoft.Azure.Cosmos.Core.Collections.TreeNode<T> value);
member this.AddChild : Microsoft.Azure.Cosmos.Core.Collections.TreeNode<'T> -> unit
Public Sub AddChild (value As TreeNode(Of T))
Parameters
- value
- TreeNode<T>
Applies to
AddChild(T)
public Microsoft.Azure.Cosmos.Core.Collections.TreeNode<T> AddChild (T value);
member this.AddChild : 'T -> Microsoft.Azure.Cosmos.Core.Collections.TreeNode<'T>
Public Function AddChild (value As T) As TreeNode(Of T)
Parameters
- value
- T
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.
Azure SDK for .NET