







All child nodes for this node.
Namespace:
HttpServer.Rendering.Haml.Nodes
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public LinkedList<Node> Children { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Children As LinkedList(Of Node) |
Visual C++ |
---|
public: property LinkedList<Node^>^ Children { LinkedList<Node^>^ get (); } |