ListBaseTGetEnumerator Method |
Enumerates all of the items in the list, in order. The item at index 0
is enumerated first, then the item at index 1, and so on.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
RemarksThe enumerator does not check for changes made
to the structure of the list. Thus, changes to the list during
enumeration may cause incorrect enumeration or out of range
exceptions. Consider overriding this method and adding checks
for structural changes.
See Also