MessageProperties.IEnumerable<KeyValuePair<String, Object>>.GetEnumerator Method

Namespace:  System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

Syntax

'Declaration
Private Function 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^>>^ GetEnumerator() sealed = IEnumerable<KeyValuePair<String^, Object^>>::GetEnumerator
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript does not support explicit interface implementations.

Return Value

Type: System.Collections.Generic.IEnumerator<KeyValuePair<String, Object>>

Implements

IEnumerable<T>.GetEnumerator()

Platforms

Windows Vista, Windows XP SP2, Windows Server 2003, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 3.5, 3.0 SP1, 3.0

.NET Compact Framework

Supported in: 3.5

See Also

Reference

MessageProperties Class

MessageProperties Members

System.ServiceModel.Channels Namespace