Struct UIToolkitEnumerator<TElement>
Implements interfaces:IEnumerator<TElement>IEnumeratorIDisposable
Syntax
public struct UIToolkitEnumerator<TElement> : IEnumerator<TElement>, IEnumerator, IDisposable where TElement : VisualElementType Parameters
| Name |
|---|
| TElement |
Properties
| Name | Description |
|---|---|
| Current | Gets the element at the current position of the enumerator. |
Methods
| Name | Description |
|---|---|
| Dispose() | Releases all resources used by the Enumerator. |
| MoveNext() | Advances the enumerator to the next element of the collection. |
