System.Generics.Collections.TDictionary.Count

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Count: Integer read FCount;

C++

__property int Count = {read=FCount, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TDictionary

説明

エントリの数。

Count は、ディクショナリ内のキーと値のペアの数を保持します。Items プロパティは、Count エントリを保持しています。

関連項目