Click or drag to resize

AccessorDecl Constructor (String, Expression, CodeObject)

Initializes a new instance of the AccessorDecl class

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected AccessorDecl(
	string namePrefix,
	Expression returnType,
	CodeObject body
)

Parameters

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