DateFormatCollectionGetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace: GroupDocs.Search.OptionsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8
Syntaxpublic IEnumerator<DateFormat> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of DateFormat)
public:
virtual IEnumerator<DateFormat^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<DateFormat>
override GetEnumerator : unit -> IEnumerator<DateFormat>
Return Value
Type:
IEnumeratorDateFormatAn enumerator that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator
See Also