Sofu Documentation
Length Method
NamespacesSofu.SofuMapLength()()()
Returns the amount key/value pairs in this Map
Declaration Syntax
C#
public int Length()
Return Value
Returns the amount key/value pairs in this Map
Examples
CopyC#
Sofu.Sofu.Map mymap = SofuReader.LoadFile("keys.sofu");
Console.Write(mymap.Length());
Console.WriteLine(" keys loaded from keys.sofu");

Assembly: Sofu (Module: Sofu) Version: 0.2.1.0 (0.2.1.0)