Returns the amount key/value pairs in this Map

C# |
public int Length()

Returns the amount key/value pairs in this Map


Sofu.Sofu.Map mymap = SofuReader.LoadFile("keys.sofu"); Console.Write(mymap.Length()); Console.WriteLine(" keys loaded from keys.sofu");