AttributeNode Constructor (Node, List(AttributeNode.Attribute))

HttpServer.dll

Create a new node

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

Syntax

C#
public AttributeNode(
	Node parent,
	List<AttributeNode..::.Attribute> col
)
Visual Basic (Declaration)
Public Sub New ( _
	parent As Node, _
	col As List(Of AttributeNode..::.Attribute) _
)
Visual C++
public:
AttributeNode(
	Node^ parent, 
	List<AttributeNode..::.Attribute^>^ col
)

Parameters

parent
Type: HttpServer.Rendering.Haml.Nodes..::.Node
parent node
col
Type: System.Collections.Generic..::.List<(Of <(AttributeNode..::.Attribute>)>)
collection of attributes

See Also