Returns an enumerator for the entire AssocDimLocations.
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
Syntax
| C# |
|---|
public virtual IEnumerator GetEnumerator() |
| Visual Basic |
|---|
Public Overridable Function GetEnumerator As IEnumerator |
| Visual C++ |
|---|
public: virtual IEnumerator^ GetEnumerator() |
Return Value
An IEnumerator for the entire AssocDimLocationsImplements
IEnumerable..::..GetEnumerator()()()()
Remarks
Enumerators only allow reading the data in the collection. Enumerators cannot
be used to modify the underlying collection.