HasChildren Property

HttpServer.dll

Has one or more children (intented more that this one)

Namespace:  HttpServer.Rendering.Haml
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool HasChildren { get; }
Visual Basic (Declaration)
Public ReadOnly Property HasChildren As Boolean
Visual C++
public:
property bool HasChildren {
	bool get ();
}

See Also