[]
        
(Showing Draft Content)

C1.Win.Themes.C1Theme.IsEmpty

IsEmpty Method

IsEmpty(string)

Checks whether the specified path contains neither a value nor a reference.

Declaration
public bool IsEmpty(string path)
Public Function IsEmpty(path As String) As Boolean
Parameters
Type Name Description
string path

The target path.

Returns
Type Description
bool

True if the path contains neither a value nor a reference, false otherwise.