UnfinishedRule Property

HttpServer.dll

Rule have not got all needed information yet, keep appending lines to this LineInfo until rule says that it's done.

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

Syntax

C#
public Rule UnfinishedRule { get; set; }
Visual Basic (Declaration)
Public Property UnfinishedRule As Rule
Visual C++
public:
property Rule^ UnfinishedRule {
	Rule^ get ();
	void set (Rule^ value);
}

See Also