Click or drag to resize

ObservableCollectionTGetEnumerator Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns an enumerator that iterates through the collection.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public IEnumerator<T> GetEnumerator()
Request Example View Source

Return Value

Type: IEnumeratorT
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also