Nett.TomlTableArray.Add C# (CSharp) Method

Add() public method

public Add ( TomlTable table ) : void
table TomlTable
return void
        public void Add(TomlTable table)
        {
            this.items.Add(table);
        }