GetPrototype Method

HttpServer.dll

[Missing <summary> documentation for M:HttpServer.Rendering.Haml.NodeList.GetPrototype(System.String,System.Boolean)]

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

Syntax

C#
public Node GetPrototype(
	string word,
	bool firstNode
)
Visual Basic (Declaration)
Public Function GetPrototype ( _
	word As String, _
	firstNode As Boolean _
) As Node
Visual C++
public:
Node^ GetPrototype(
	String^ word, 
	bool firstNode
)

Parameters

word
Type: System..::.String

[Missing <param name="word"/> documentation for "M:HttpServer.Rendering.Haml.NodeList.GetPrototype(System.String,System.Boolean)"]

firstNode
Type: System..::.Boolean
first node on line

Return Value

[Missing <returns> documentation for M:HttpServer.Rendering.Haml.NodeList.GetPrototype(System.String,System.Boolean)]

See Also