C# Class Nett.ConvertTomlTableToDictionaryConversionVisitor.ExtractItemValue

Inheritance: ITomlObjectVisitor
Afficher le fichier Open project: paiden/Nett

Méthodes publiques

Свойство Type Description
Item object

Méthodes publiques

Méthode Description
Visit ( TomlArray a ) : void
Visit ( TomlBool b ) : void
Visit ( TomlDateTime dt ) : void
Visit ( TomlFloat f ) : void
Visit ( TomlInt i ) : void
Visit ( TomlString s ) : void
Visit ( TomlTable table ) : void
Visit ( TomlTableArray tableArray ) : void
Visit ( TomlTimeSpan ts ) : void

Method Details

Visit() public méthode

public Visit ( TomlArray a ) : void
a TomlArray
Résultat void

Visit() public méthode

public Visit ( TomlBool b ) : void
b TomlBool
Résultat void

Visit() public méthode

public Visit ( TomlDateTime dt ) : void
dt TomlDateTime
Résultat void

Visit() public méthode

public Visit ( TomlFloat f ) : void
f TomlFloat
Résultat void

Visit() public méthode

public Visit ( TomlInt i ) : void
i TomlInt
Résultat void

Visit() public méthode

public Visit ( TomlString s ) : void
s TomlString
Résultat void

Visit() public méthode

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

Visit() public méthode

public Visit ( TomlTableArray tableArray ) : void
tableArray TomlTableArray
Résultat void

Visit() public méthode

public Visit ( TomlTimeSpan ts ) : void
ts TomlTimeSpan
Résultat void

Property Details

Item public_oe property

public object Item
Résultat object