Method GetEnumerator
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
GetEnumerator()
Returns an enumerator that iterates through the collection.
public IEnumerator<T> GetEnumerator()
Returns
- IEnumerator<T>
A IEnumerator<T> that can be used to iterate through the collection.