







Do NOT add yourself using the Add methods of the linkedList.
Parent property will add node.
Namespace:
HttpServer.Rendering.Haml
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public LinkedList<LineInfo> Children { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Children As LinkedList(Of LineInfo) |
Visual C++ |
---|
public: property LinkedList<LineInfo^>^ Children { LinkedList<LineInfo^>^ get (); } |