[]
        
(Showing Draft Content)

C1.Win.TreeView.C1CheckListItemCollection.GetEnumerator

GetEnumerator Method

GetEnumerator()

Returns an enumerator that iterates through the C1CheckListItemCollection.

Declaration
public IEnumerator<C1CheckListItem> GetEnumerator()
Public Function GetEnumerator() As IEnumerator(Of C1CheckListItem)
Returns
Type Description
IEnumerator<C1CheckListItem>
Implements