







|
| C# Webserver |
| AttributeNode Constructor (Node, List<(Of <(AttributeNode..::.Attribute>)>)) |
| AttributeNode Class See Also Send Feedback |
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
