xoofx / Tomlyn

Tomlyn is a TOML parser, validator and authoring library for .NET Framework and .NET Core
BSD 2-Clause "Simplified" License
424 stars 29 forks source link

Is the “ObjectKind” property available? #61

Open zhaoyueyi opened 1 year ago

zhaoyueyi commented 1 year ago

when I traversal the node tree, I'm trying to use switch-case to deal with nodes, but I got the value type as a C# native type. so I have to use if-else-if. Could you plz give me some hints :)