C# Class Nett.ConvertTomlTableToDictionaryConversionVisitor.ExtractItemValue

Inheritance: ITomlObjectVisitor
Mostra file Open project: paiden/Nett

Public Properties

Property Type Description
Item object

Public Methods

Method 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 method

public Visit ( TomlArray a ) : void
a TomlArray
return void

Visit() public method

public Visit ( TomlBool b ) : void
b TomlBool
return void

Visit() public method

public Visit ( TomlDateTime dt ) : void
dt TomlDateTime
return void

Visit() public method

public Visit ( TomlFloat f ) : void
f TomlFloat
return void

Visit() public method

public Visit ( TomlInt i ) : void
i TomlInt
return void

Visit() public method

public Visit ( TomlString s ) : void
s TomlString
return void

Visit() public method

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

Visit() public method

public Visit ( TomlTableArray tableArray ) : void
tableArray TomlTableArray
return void

Visit() public method

public Visit ( TomlTimeSpan ts ) : void
ts TomlTimeSpan
return void

Property Details

Item public_oe property

public object Item
return object