TextNode Constructor

HttpServer.dll

Initializes a new instance of the TextNode class

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

Syntax

C#
public TextNode(
	Node parent,
	string text
)
Visual Basic (Declaration)
Public Sub New ( _
	parent As Node, _
	text As String _
)
Visual C++
public:
TextNode(
	Node^ parent, 
	String^ text
)

Parameters

parent
Type: HttpServer.Rendering.Haml.Nodes..::.Node
parent node
text
Type: System..::.String
plain text

See Also