iniParser.Count C# (CSharp) Méthode

Count() public méthode

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