Click or drag to resize

PropertyDecl Constructor (Parser, CodeObject, Boolean)

Parse a PropertyDecl.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public PropertyDecl(
	Parser parser,
	CodeObject parent,
	bool isExpressionFormat = false
)

Parameters

parser
Type: Nova.ParsingParser
parent
Type: Nova.CodeDOMCodeObject
isExpressionFormat (Optional)
Type: SystemBoolean
See Also