TRSEnumerable is an abstract class inherited by all RiverSoftAVG enumerable containers.
Note |
---|
This class is a copy of Embarcadero's TEnumerable class. However, it descends from TPersistent, which allows the containers to be assigned. |
To give your container enumerating functionality, implement and extend the TRSEnumerable abstract class.
Implement the DoGetEnumerator protected method in order to obtain an instance of the container's enumerator.
Warning |
---|
This class cannot be used in XE4 or earlier because of generics compiler errors. |
Namespace: RSGenerics.Collections
Delphi |
type |
Type Parameters
T
|