EventDecl Constructor (String, Expression) |
Create an
EventDecl with the specified name and type.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public EventDecl(
string name,
Expression type
)
Parameters
- name
- Type: SystemString
- type
- Type: Nova.CodeDOMExpression
See Also