TomlValueBuilder constructor

TomlValueBuilder(
  1. TomlKey _currentKey
)

Creates a new value builder.

Implementation

TomlValueBuilder(this._currentKey);