GetEnumerator() Method
Namespace
Statiq.Common
Containing Type
EnumerableEnumerator<TValue>
Implements
  • IEnumerable<TValue>.GetEnumerator()

Syntax

public IEnumerator<TValue> GetEnumerator()

Return Value

Type Description
IEnumerator<TValue>