Click or drag to resize

AttributeDefinitionDictionaryGetEnumerator Method

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

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

Return Value

Type: IEnumeratorKeyValuePairString, AttributeDefinition
An enumerator that can be used to iterate through the dictionary.

Implements

IEnumerableTGetEnumerator
See Also