AdoDotNetConnectionProperties.IEnumerable<KeyValuePair<String, Object>>.GetEnumerator Method ()
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
IEnumerator<KeyValuePair<string, object>> IEnumerable<KeyValuePair<string, object>>.GetEnumerator()
private:
virtual IEnumerator<KeyValuePair<String^, Object^>>^ GetEnumerator() sealed = IEnumerable<KeyValuePair<String^, Object^>>::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator<KeyValuePair<string, Object>>
private override GetEnumerator : unit -> IEnumerator<KeyValuePair<string, Object>>
Private Function GetEnumerator As IEnumerator(Of KeyValuePair(Of String, Object))
Implements IEnumerable(Of KeyValuePair(Of String, Object)).GetEnumerator
Return Value
Type: System.Collections.Generic.IEnumerator<KeyValuePair<String, Object>>
Implements
IEnumerable<T>.GetEnumerator()
See Also
AdoDotNetConnectionProperties Class
Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace
Return to top