OpenApiUrlTreeNode.Children Property

Definition

All the subdirectories of a node.

public System.Collections.Generic.IDictionary<string,Microsoft.OpenApi.Services.OpenApiUrlTreeNode> Children { get; }
member this.Children : System.Collections.Generic.IDictionary<string, Microsoft.OpenApi.Services.OpenApiUrlTreeNode>
Public ReadOnly Property Children As IDictionary(Of String, OpenApiUrlTreeNode)

Property Value

Applies to