MindFusion.Scheduling for ASP.NET Programmer's Guide
StateCollection(T).GetEnumerator Method
See Also
 





Returns an enumerator that iterates through the collection.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public virtual IEnumerator<T> GetEnumerator ()

Visual Basic  Copy Code

Public Overridable Function GetEnumerator () As IEnumerator(Of T)

 Return Value

Type: IEnumarator(T)
An IEnumerator object that can be used to iterate through the collection.

 See Also

StateCollection(T) Members
StateCollection(T) Class
MindFusion.Scheduling Namespace