Click or drag to resize

ProjectEvaluateCondition Method

Evaluate any conditional attribute on the current element.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected bool EvaluateCondition(
	XmlReader xmlReader,
	string sourceFileName = null
)

Parameters

xmlReader
Type: System.XmlXmlReader
sourceFileName (Optional)
Type: SystemString

Return Value

Type: Boolean
True if the Condition attribute evaluates to true OR it does not exist.
See Also