C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Collections
ArrayList Class
ArrayList Methods
GetEnumerator Method
GetEnumerator Method
GetEnumerator Method (Int32, Int32)
ArrayList
GetEnumerator Method
Returns an enumerator for the entire
ArrayList
.
Namespace:
System.Collections
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
virtual
IEnumerator
GetEnumerator
()
Return Value
Type:
IEnumerator
An
IEnumerator
for the entire
ArrayList
.
Implements
IEnumerable
GetEnumerator
See Also
Reference
ArrayList Class
GetEnumerator Overload
System.Collections Namespace