Method FilterChildren
| Improve this Doc View SourceFilterChildren(JsonView[])
Filters the child views.
Declaration
public JsonView<T> FilterChildren(params JsonView[] childJsonViews)
Parameters
| Type | Name | Description |
|---|---|---|
| JsonView[] | childJsonViews | The child JSON views. |
Returns
| Type | Description |
|---|---|
| JsonView<T> | The child views. |