Skip to content

M_CodeJam_TableData_DataLine__ctor

Andrew Koryavchenko edited this page Jul 4, 2017 · 6 revisions

DataLine Constructor

Initializes a new instance of the Object class.

Namespace: CodeJam.TableData
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public DataLine(
	int lineNum,
	string[] values
)

VB

Public Sub New ( 
	lineNum As Integer,
	values As String()
)

F#

new : 
        lineNum : int * 
        values : string[] -> DataLine

Parameters

 

lineNum
Type: System.Int32
The line number.
values
Type: System.String[]
Line values.

See Also

Reference

DataLine Structure
CodeJam.TableData Namespace

Clone this wiki locally