C# Class Nett.Parser.Productions.InlineTableProduction

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

Méthodes publiques

Méthode Description
Apply ( ITomlRoot root, TokenBuffer tokens ) : TomlTable
TryApply ( ITomlRoot root, TokenBuffer tokens ) : TomlTable

Method Details

Apply() public static méthode

public static Apply ( ITomlRoot root, TokenBuffer tokens ) : TomlTable
root ITomlRoot
tokens TokenBuffer
Résultat TomlTable

TryApply() public static méthode

public static TryApply ( ITomlRoot root, TokenBuffer tokens ) : TomlTable
root ITomlRoot
tokens TokenBuffer
Résultat TomlTable