C# Class Nett.TomlTableToDictionaryConverter

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

Méthodes publiques

Méthode Description
CanConvertFrom ( Type t ) : bool
CanConvertTo ( Type t ) : bool
CanConvertToToml ( ) : bool
Convert ( ITomlRoot root, object value, Type targetType ) : object

Method Details

CanConvertFrom() public méthode

public CanConvertFrom ( Type t ) : bool
t System.Type
Résultat bool

CanConvertTo() public méthode

public CanConvertTo ( Type t ) : bool
t System.Type
Résultat bool

CanConvertToToml() public méthode

public CanConvertToToml ( ) : bool
Résultat bool

Convert() public méthode

public Convert ( ITomlRoot root, object value, Type targetType ) : object
root ITomlRoot
value object
targetType System.Type
Résultat object