Variable-length argument list with a params array parameter at the end

Registered by Andreas Schlapsi

[RowTest]
[Row(1, 2, 3, 4, 5)]
[Row(1, 2, 3)]
public void TestMethod(int i1, int i2, params int[] otherInts)
{
   ...
}

Blueprint information

Status:
Complete
Approver:
None
Priority:
Undefined
Drafter:
None
Direction:
Needs approval
Assignee:
Andreas Schlapsi
Definition:
Approved
Series goal:
Accepted for 2.0
Implementation:
Implemented
Milestone target:
None
Started by
Andreas Schlapsi
Completed by
Andreas Schlapsi

Related branches

Sprints

Whiteboard

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.