The getCount method RequestDictionary class returns an integer indicating the number of items in the RequestDictionary.
public int getCount();
intvar | An integer to hold the number of items in the RequestDictionary. |
Dictionary | A valid RequestDictionary. |