次の方法で共有


HybridDictionary<TKey, TValue>.GetEnumerator Method

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'宣言
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of TKey, TValue))
public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()

Return Value

Type: System.Collections.Generic.IEnumerator<KeyValuePair<TKey, TValue>>

Implements

IEnumerable<T>.GetEnumerator()

.NET Framework Security

See Also

Reference

HybridDictionary<TKey, TValue> Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace