-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_TableData_DataLine
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Line of data.
Namespace: CodeJam.TableData
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public struct DataLine
VB
Public Structure DataLine
F#
[<SealedAttribute>]
type DataLine = struct end
The DataLine type exposes the following members.
Name | Description | |
---|---|---|
DataLine | Initializes a new instance of the Object class. |
Name | Description | |
---|---|---|
LineNum | Line number. | |
Values | Line values. |
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Overrides ValueType.ToString().) |