C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Collections.ObjectModel
Collection(T) Class
Collection(T) Methods
Add Method
Clear Method
ClearItems Method
Contains Method
CopyTo Method
GetEnumerator Method
IndexOf Method
Insert Method
InsertItem Method
Remove Method
RemoveAt Method
RemoveItem Method
SetItem Method
Collection
T
GetEnumerator Method
Returns an enumerator that iterates through the
Collection
T
.
Namespace:
System.Collections.ObjectModel
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
IEnumerator
<T>
GetEnumerator
()
Return Value
Type:
IEnumerator
T
An
IEnumerator
T
for the
Collection
T
.
Implements
IEnumerable
T
GetEnumerator
See Also
Reference
Collection
T
Class
System.Collections.ObjectModel Namespace