Auf Englisch lesen

Freigeben über


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)

Syntax

C#
IEnumerator<KeyValuePair<string,Object>> IEnumerable<KeyValuePair<string,Object>>.GetEnumerator ()

Return Value

An IEnumerator that can be used to iterate through the collection.

Platforms

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

MessageProperties Class
MessageProperties Members
System.ServiceModel.Channels Namespace