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