Enumerator Struct
Namespace: System.Collections.Generic · Assembly: GHIElectronics.TinyCLR.Collections
No description available.
public struct Enumerator : IEnumerator<T>, IEnumerator
Properties
Current
public T Current { get; }
Gets the current UIElement. (inherited)
Methods
MoveNext()
public bool MoveNext()
Advances the enumerator to the next element of the collection. (inherited)
Returns bool
Dispose()
public void Dispose()
Releases buffered memory (the unmanaged firmware/application buffers). (inherited)