MessageProperties.System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.GetEnumerator Method
Returns an enumerator that can iterate through a collection. This method cannot be inherited.
Namespace: System.ServiceModel.Channels
Assembly: System.ServiceModel (in system.servicemodel.dll)
'Declaration
Private Function System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.GetEnumerator As IEnumerator(Of KeyValuePair(Of String, Object)) Implements IEnumerable(Of KeyValuePair(Of String, Object)).GetEnumerator
'Usage
Dim instance As MessageProperties
Dim returnValue As IEnumerator(Of KeyValuePair(Of String, Object))
returnValue = CType(instance, IEnumerable(Of KeyValuePair(Of String, Object))).GetEnumerator
IEnumerator<KeyValuePair<string,Object>> IEnumerable<KeyValuePair<string,Object>>.GetEnumerator ()
private:
virtual IEnumerator<KeyValuePair<String^, Object^>>^ System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.GetEnumerator () sealed = IEnumerable<KeyValuePair<String^, Object^>>::GetEnumerator
Not applicable.
An IEnumerator that can be used to iterate through the collection.
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Supported in: 3.0
MessageProperties Class
MessageProperties Members
System.ServiceModel.Channels Namespace