Click or drag to resize

ITreeListMultiSelectionGetEnumerator Method

Returns an enumerator that iterates through a collection

Namespace:  EBP.Api.Interfaces.Controls.TreeList
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
IEnumerator<ITreeListNode> GetEnumerator()

Return Value

Type: IEnumeratorITreeListNode
An System.Collections.IEnumerator object that can be used to iterate through the collection
See Also