 | 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)
SyntaxIEnumerator<ITreeListNode> GetEnumerator()
Function GetEnumerator As IEnumerator(Of ITreeListNode)
Return Value
Type:
IEnumeratorITreeListNodeAn System.Collections.IEnumerator object that can be used to iterate through the collection
See Also