Search
DateCollection.GetEnumerator Method
See Also
 





Returns an enumerator that iterates through the collection.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public IEnumerator GetEnumerator ()

Visual Basic  Copy Code

Public Function GetEnumerator () As IEnumerator

 Return Value

A System.Collections.IEnumerator that can be used to iterate through the collection.

 See Also