[]
Recursively checks whether the specified path including all its children contain neither values nor references.
public bool IsTreeEmpty(string path)
Type | Name | Description |
---|---|---|
string | path | The target path. |
Type | Description |
---|---|
bool | True if neither the path, nor any of its children contain values or references, false otherwise. |