System.Generics.Collections.TDictionary.TKeyCollection.Count
Delphi
property Count: NativeInt read GetCount;
C++
__property System::NativeInt Count = {read=GetCount, nodefault};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | TKeyCollection |
説明
キー コレクションに含まれているキーの数を示します。
Count は、キー コレクションに含まれているキーの数を示す読み取り専用プロパティです。