Click or drag to resize
Pdftools logo

StringMap.GetEnumerator Method


Namespace: PdfTools.FourHeights.PdfToolbox
Assembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 4.2.0.0
Syntax
C#
public IEnumerator<KeyValuePair<string, string>> GetEnumerator()

Return Value

IEnumerator<KeyValuePair<String, String>>

Implements

IEnumerable<T>.GetEnumerator()
See Also