System._di_IEnumerable

From RAD Studio API Documentation
Jump to: navigation, search


C++

typedef System::DelphiInterface<IEnumerable> _di_IEnumerable;

Properties

Type Visibility Source Unit Parent
typedef public System.hpp System System

Description

Delphi interface of IEnumerable.

You can use _di_IEnumerable to refer an enumerable object in C++ code.

See Also