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