<Code Lib>
2025.3 Method
Changes 6
M

ExportLinetypeTable.GetEnumerator

Description:
Returns an enumerator that iterates through a collection.

public virtual IEnumerator<KeyValuePair<ExportLinetypeKey, ExportLinetypeInfo>> GetEnumerator()

ExportLinetypeKey IEnumerator KeyValuePair ExportLinetypeKey , ExportLinetypeInfo An IEnumerator object that can be used to iterate through the collection.

Loading…