Click or drag to resize

TypedCollectionTGetEnumerator Method

Shallow enumerate over items in the collection.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public IEnumerator<T> GetEnumerator()

Return Value

Type: IEnumeratorT
Enumerator instance.

Implements

IEnumerableTGetEnumerator
See Also