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