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

950f36ac c352 472c bbac 1de755f9f3a1

haplokuon edited this page May 6, 2023 · 1 revision

GetEnumerator Method

netDxf 3.0.0 Library

Returns an enumerator that iterates through the dictionary.

Definition

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

C#

public IEnumerator<KeyValuePair<string, AttributeDefinition>> GetEnumerator()

VB

Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of String, AttributeDefinition))

C++

public:
virtual IEnumerator<KeyValuePair<String^, AttributeDefinition^>>^ GetEnumerator() sealed

F#

abstract GetEnumerator : unit -> IEnumerator<KeyValuePair<string, AttributeDefinition>> 
override GetEnumerator : unit -> IEnumerator<KeyValuePair<string, AttributeDefinition>> 

Return Value

IEnumerator(KeyValuePair(String, AttributeDefinition))
An enumerator that can be used to iterate through the dictionary.

Implements

IEnumerable(T).GetEnumerator()

See Also

Reference

AttributeDefinitionDictionary Class
netDxf.Collections Namespace

Clone this wiki locally