'宣言 Public Function GetEnumerator() As System.Collections.Generic.Dictionary.Enumerator(Of TKey,TValue)
'使用法 Dim instance As RecTable Dim value As System.Collections.Generic.Dictionary.Enumerator(Of TKey,TValue) value = instance.GetEnumerator()
public System.Collections.Generic.Dictionary.Enumerator<TKey,TValue> GetEnumerator()