C# Class Nett.TomlTableArray

Inheritance: TomlObject
Mostra file Open project: paiden/Nett Class Usage Examples

Public Methods

Method Description
Add ( TomlTable table ) : void
Get ( Type t ) : object
Last ( ) : TomlTable
TomlTableArray ( ITomlRoot root, IEnumerable enumerable ) : System
Visit ( ITomlObjectVisitor visitor ) : void
this ( int index ) : TomlTable

Private Methods

Method Description
TableArrayWithRoot ( ITomlRoot root ) : TomlTableArray
TomlTableArray ( ITomlRoot root ) : System
WithRoot ( ITomlRoot root ) : TomlObject

Method Details

Add() public method

public Add ( TomlTable table ) : void
table TomlTable
return void

Get() public method

public Get ( Type t ) : object
t Type
return object

Last() public method

public Last ( ) : TomlTable
return TomlTable

TomlTableArray() public method

public TomlTableArray ( ITomlRoot root, IEnumerable enumerable ) : System
root ITomlRoot
enumerable IEnumerable
return System

Visit() public method

public Visit ( ITomlObjectVisitor visitor ) : void
visitor ITomlObjectVisitor
return void

this() public method

public this ( int index ) : TomlTable
index int
return TomlTable