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");