NamedArgument Constructor (String, Expression) |
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public NamedArgument(
string name,
Expression expression
)
Parameters
- name
- Type: SystemString
The name of the associated tuple field - use this only with NewTuple. - expression
- Type: Nova.CodeDOMExpression
The argument Expression.
See Also