size()

dictionary.size() 関数は、辞書内の「キー/値」エントリーの数を示す整数を戻します。

構文

  dictionaryName.size( )
  returns (result INT)
dictionaryName
Dictionary パーツに基づく変数名。
result
辞書内のエントリーの数です。

フィードバック