iniParser.Count C# (CSharp) Method

Count() public method

How many keys are stored.
public Count ( ) : int
return int
    public int Count()
    {
        return keys.Count;
    }