MessageHeaders.GetEnumerator Método
Definição
Retorna um enumerador para iterar pela coleção.Returns an enumerator for iterating through the collection. Esse método não pode ser herdado.This method cannot be inherited.
public:
virtual System::Collections::Generic::IEnumerator<System::ServiceModel::Channels::MessageHeaderInfo ^> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<System.ServiceModel.Channels.MessageHeaderInfo> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.ServiceModel.Channels.MessageHeaderInfo>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.ServiceModel.Channels.MessageHeaderInfo>
Public Function GetEnumerator () As IEnumerator(Of MessageHeaderInfo)
Retornos
Um objeto IEnumerator que pode ser usado para iterar pela coleção.An IEnumerator object that can be used to iterate through the collection.