<Code Lib>
2020 Method
Changes 3
M

ExportFontTable.GetEnumerator

Description:
Returns an enumerator that iterates through a collection.

public virtual IEnumerator<KeyValuePair<ExportFontKey, ExportFontInfo>> GetEnumerator()

IEnumerator An IEnumerator object that can be used to iterate through the collection.

Loading…