System.Generics.Collections.TDictionary.TKeyCollection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TKeyCollection = class(TEnumerable<TKey>)

C++

class PASCALIMPLEMENTATION TKeyCollection : public TEnumerable__1<TKey>

Properties

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

Description

TDictionary.TKeyCollection is the container class for the collection of keys in the dictionary.

TDictionary.TKeyCollection is the container class for the collection of keys in the dictionary.

See Also