Click or drag to resize

DelegateDecl Constructor (String, Expression, Modifiers)

Create a DelegateDecl with the specified name and return type.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public DelegateDecl(
	string name,
	Expression returnType,
	Modifiers modifiers = Modifiers.None
)

Parameters

name
Type: SystemString
returnType
Type: Nova.CodeDOMExpression
modifiers (Optional)
Type: Nova.CodeDOMModifiers
See Also