System.Generics.Collections.TDictionary.operator []

提供:RAD Studio API Documentation


C++

TValue operator[](const TKey Key) { return this->Items[Key]; }

プロパティ

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


説明

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

関連項目