ModifierCount Property

HttpServer.dll

Number of modifiers for this line.

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

Syntax

C#
public int ModifierCount { get; }
Visual Basic (Declaration)
Public ReadOnly Property ModifierCount As Integer
Visual C++
public:
property int ModifierCount {
	int get ();
}

See Also