iniParser.Count C# (CSharp) 메소드

Count() 공개 메소드

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