System.Generics.Collections.TDictionary.TValueCollection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TValueCollection = class(TEnumerable<TValue>)

C++

class PASCALIMPLEMENTATION TValueCollection : public TEnumerable__1<TValue>

Properties

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

Description

TDictionary.TValueCollection is the container class for the collection of values in the dictionary.

TDictionary.TValueCollection is the container class for the collection of values in the dictionary.

See Also