-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_TableData_DataLine__ctor
andrewvk edited this page Apr 22, 2016
·
6 revisions
[This is preliminary documentation and is subject to change.]
Initializes a new instance of the Object class.
Namespace: CodeJam.TableData
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public DataLine(
int lineNum,
string[] values
)
VB
Public Sub New (
lineNum As Integer,
values As String()
)
F#
new :
lineNum : int *
values : string[] -> DataLine
- lineNum
- Type: System.Int32
The line number. - values
- Type: System.String[]
Line values.