[]
Checks whether the specified path contains neither a value nor a reference.
public bool IsEmpty(string path)
| Type | Name | Description |
|---|---|---|
| string | path | The target path. |
| Type | Description |
|---|---|
| bool | True if the path contains neither a value nor a reference, false otherwise. |