Click or drag to resize
ComponentFilterCollectionTFilterGetEnumerator Method
Returns an enumerator that iterates through the collection.

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public IEnumerator<TFilter> GetEnumerator()

Return Value

Type: IEnumeratorTFilter
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also