[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.CitationCategoryMap.GetEnumerator

GetEnumerator Method

GetEnumerator()

Returns an enumerator that iterates through the citation category map.

Declaration
public static IEnumerator<KeyValuePair<int, string>> GetEnumerator()
Public Shared Function GetEnumerator() As IEnumerator(Of KeyValuePair(Of Integer, String))
Returns
Type Description
IEnumerator<KeyValuePair<int, string>>

An enumerator for the category number–name pairs in the map.