Property Children
| Improve this Doc View SourceChildren
Gets the child JsonView objects.
Declaration
public abstract IReadOnlyList<JsonView> Children { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IReadOnlyList<JsonView> |
Gets the child JsonView objects.
public abstract IReadOnlyList<JsonView> Children { get; }
| Type | Description |
|---|---|
| System.Collections.Generic.IReadOnlyList<JsonView> |