メインメニューを開く

RAD Studio API Documentation β

System.Generics.Collections.TDictionary.operator []


C++

V operator[](const K Key) { return this->Items[Key]; }

プロパティ

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


説明

辞書内の指定されたキーを持つ値を返します。

関連項目