Deconstruction Constructor (Expression, String) |
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public Deconstruction(
Expression type,
params string[] names
)
Parameters
- type
- Type: Nova.CodeDOMExpression
The shared type of the Deconstruction. - names
- Type: SystemString
The names to be used.
See Also