Click or drag to resize

AccessorDeclWithValue Constructor (String, 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,
	CodeObject body
)

Parameters

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