TomlArray(Int32) Constructor

Definition

Namespace Tomlyn.Model
Assembly Tomlyn.dll

Initializes a new TOML array with the specified capacity.

public TomlArray(int capacity)

Parameters

capacity
Int32

The initial capacity.