dbicCalendar Send comments on this topic.
GetEnumerator Method
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiCustomAreaCollection Class : GetEnumerator Method

Returns an enumerator that iterates through the System.Collections.CollectionBase instance.

Syntax

Visual Basic (Declaration) 
Public Function GetEnumerator() As IEnumerator
C# 
public IEnumerator GetEnumerator()

Return Value

An System.Collections.IEnumerator for the System.Collections.CollectionBase instance.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also