System.Generics.Collections.TDictionary.operator []

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
function public System.Generics.Collections.hpp System.Generics.Collections TDictionary

Description

Embarcadero Technologies does not currently have any additional information.