Nett.TomlTableArray.Last C# (CSharp) Method

Last() public method

public Last ( ) : TomlTable
return TomlTable
        public TomlTable Last() => this.items[this.items.Count - 1];