DelegateDecl Constructor (String, ITypeDecl, 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 public DelegateDecl(
string name,
ITypeDecl returnType,
Modifiers modifiers = Modifiers.None
)
Parameters
- name
- Type: SystemString
- returnType
- Type: Nova.CodeDOMITypeDecl
- modifiers (Optional)
- Type: Nova.CodeDOMModifiers
See Also