C# 클래스 Nett.TomlTableArray

상속: TomlObject
파일 보기 프로젝트 열기: paiden/Nett 1 사용 예제들

공개 메소드들

메소드 설명
Add ( TomlTable table ) : void
Get ( Type t ) : object
Last ( ) : TomlTable
TomlTableArray ( ITomlRoot root, IEnumerable enumerable ) : System
Visit ( ITomlObjectVisitor visitor ) : void
this ( int index ) : TomlTable

비공개 메소드들

메소드 설명
TableArrayWithRoot ( ITomlRoot root ) : TomlTableArray
TomlTableArray ( ITomlRoot root ) : System
WithRoot ( ITomlRoot root ) : TomlObject

메소드 상세

Add() 공개 메소드

public Add ( TomlTable table ) : void
table TomlTable
리턴 void

Get() 공개 메소드

public Get ( Type t ) : object
t Type
리턴 object

Last() 공개 메소드

public Last ( ) : TomlTable
리턴 TomlTable

TomlTableArray() 공개 메소드

public TomlTableArray ( ITomlRoot root, IEnumerable enumerable ) : System
root ITomlRoot
enumerable IEnumerable
리턴 System

Visit() 공개 메소드

public Visit ( ITomlObjectVisitor visitor ) : void
visitor ITomlObjectVisitor
리턴 void

this() 공개 메소드

public this ( int index ) : TomlTable
index int
리턴 TomlTable