Click or drag to resize

AccessorDeclWithValue Constructor (String, Modifiers, CodeObject)

Initializes a new instance of the AccessorDeclWithValue class

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected AccessorDeclWithValue(
	string namePrefix,
	Modifiers modifiers,
	CodeObject body
)

Parameters

namePrefix
Type: SystemString
modifiers
Type: Nova.CodeDOMModifiers
body
Type: Nova.CodeDOMCodeObject
See Also