Skip to content

T_CodeJam_TableData_DataLine

Andrew Koryavchenko edited this page Jun 17, 2018 · 5 revisions

DataLine Structure

Line of data.

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

Syntax

C#

public struct DataLine

VB

Public Structure DataLine

F#

[<SealedAttribute>]
type DataLine =  struct end

The DataLine type exposes the following members.

Constructors

 

Name Description
Public method DataLine Initializes a new instance of the Object class.
  Back to Top

Properties

 

Name Description
Public property LineNum Line number.
Public property Values Line values.
  Back to Top

Methods

 

Name Description
Public method Equals Indicates whether this instance and a specified object are equal. (Inherited from ValueType.)
Public method GetHashCode Returns the hash code for this instance. (Inherited from ValueType.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns the fully qualified type name of this instance. (Overrides ValueType.ToString().)
  Back to Top

See Also

Reference

CodeJam.TableData Namespace

Clone this wiki locally