PropertyBag.AsEnumerable Method

Definition

Returns an enumerable that iterates through the collection.

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

Returns

The collection of properties.

Applies to