TupleRefCreate Method (Boolean, Expression) |
Construct a
TupleRef from a list of types.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static TupleRef Create(
bool isFirstOnLine,
params Expression[] typeArguments
)
Parameters
- isFirstOnLine
- Type: SystemBoolean
- typeArguments
- Type: Nova.CodeDOMExpression
Return Value
Type:
TupleRefSee Also