PropertyBag.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

public System.Collections.Generic.IEnumerator<Microsoft.Testing.Platform.Extensions.Messages.IProperty> GetEnumerator();
member this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.Testing.Platform.Extensions.Messages.IProperty>
Public Function GetEnumerator () As IEnumerator(Of IProperty)

Returns

The enumerator of IProperty.

Applies to