- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
M_CodeJam_TableData_DataLine__ctor
        Andrew Koryavchenko edited this page Jun 17, 2018 
        ·
        6 revisions
      
    Initializes a new instance of the Object class.
Namespace: CodeJam.TableData
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.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.