Click or drag to resize

PropertyDeclBase Constructor (String, Expression, Modifiers)

Initializes a new instance of the PropertyDeclBase class

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected PropertyDeclBase(
	string name,
	Expression type,
	Modifiers modifiers
)

Parameters

name
Type: SystemString
type
Type: Nova.CodeDOMExpression
modifiers
Type: Nova.CodeDOMModifiers
See Also