Skip to content

T_CodeJam_TableData_TableDataParser

andrewvk edited this page Apr 25, 2016 · 7 revisions

TableDataParser Class

[This is preliminary documentation and is subject to change.]

Contains methods for table data parsing.

Inheritance Hierarchy

System.Object
  CodeJam.TableData.TableDataParser
Namespace: CodeJam.TableData
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public static class TableDataParser

VB

<ExtensionAttribute>
Public NotInheritable Class TableDataParser

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type TableDataParser =  class end

Methods

 

Name Description
Public methodStatic member Parse(Parser, TextReader) Parses table data.
Public methodStatic member Parse(Parser, String) Parses table data.
  Back to Top

See Also

Reference

CodeJam.TableData Namespace

Clone this wiki locally