C# Class Nett.TomlTableArray

Inheritance: TomlObject
Afficher le fichier Open project: paiden/Nett Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
TableArrayWithRoot ( ITomlRoot root ) : TomlTableArray
TomlTableArray ( ITomlRoot root ) : System
WithRoot ( ITomlRoot root ) : TomlObject

Method Details

Add() public méthode

public Add ( TomlTable table ) : void
table TomlTable
Résultat void

Get() public méthode

public Get ( Type t ) : object
t Type
Résultat object

Last() public méthode

public Last ( ) : TomlTable
Résultat TomlTable

TomlTableArray() public méthode

public TomlTableArray ( ITomlRoot root, IEnumerable enumerable ) : System
root ITomlRoot
enumerable IEnumerable
Résultat System

Visit() public méthode

public Visit ( ITomlObjectVisitor visitor ) : void
visitor ITomlObjectVisitor
Résultat void

this() public méthode

public this ( int index ) : TomlTable
index int
Résultat TomlTable