Represents the current logical token when reading TOML.
public enum TomlTokenType
kind:method, kind:property, kind:ctor. Press Esc to clear.BooleanBoolean scalar.DateTimeDate/time scalar.EndArrayArray end.EndDocumentDocument end.EndTableTable end.FloatFloat scalar.IntegerInteger scalar.NoneNo token.PropertyNameProperty name.StartArrayArray start.StartDocumentDocument start.StartTableTable start.StringString scalar.