System.Generics.Collections.TEnumerable

提供: RAD Studio API Documentation
移動先: 案内検索

System.TObjectTEnumerable

Delphi

TEnumerable<T> = class abstract

C++

template<typename T> class PASCALIMPLEMENTATION TEnumerable__1 : public System::TObject

プロパティ

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

説明

TEnumerable は、すべての列挙型コンテナで継承される抽象クラスです。

コンテナに列挙機能を装備するには、抽象クラス TEnumerable を拡張し実装します。

コンテナの列挙子のインスタンスを取得するには、protected メソッド DoGetEnumerator を実装します。

関連項目