Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

404b3c68 fac4 3f6e 61ed 379ee2444511

haplokuon edited this page May 6, 2023 · 1 revision

GetEnumerator Method

netDxf 3.0.0 Library

[Missing <summary> documentation for "M:netDxf.Collections.ObservableDictionary`2.GetEnumerator"]

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()

VB

Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of TKey, TValue))

C++

public:
virtual IEnumerator<KeyValuePair<TKey, TValue>>^ GetEnumerator() sealed

F#

abstract GetEnumerator : unit -> IEnumerator<KeyValuePair<'TKey, 'TValue>> 
override GetEnumerator : unit -> IEnumerator<KeyValuePair<'TKey, 'TValue>> 

Return Value

IEnumerator(KeyValuePair(TKey, TValue))
[Missing <returns> documentation for "M:netDxf.Collections.ObservableDictionary`2.GetEnumerator"]

Implements

IEnumerable(T).GetEnumerator()

See Also

Reference

ObservableDictionary(TKey, TValue) Class
netDxf.Collections Namespace

Clone this wiki locally