System.Generics.Collections.TList.operator []

From RAD Studio API Documentation
Jump to: navigation, search

C++

T operator[](int Index) { return this->Items[Index]; }

Properties

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


Description

Returns an item of the list with the specified index.

See Also