Edit

Share via


Activity.Enumerator<T> Struct

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Enumerates the data stored on an Activity object.

C#
public struct Activity.Enumerator<T>

Type Parameters

T

Type being enumerated.

Inheritance
Activity.Enumerator<T>

Properties

Current

Gets the element at the current position of the enumerator.

Methods

GetEnumerator()

Returns an enumerator that iterates through the data stored on an Activity object.

MoveNext()

Advances the enumerator to the next element of the data.

Applies to

Product Versions
.NET 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10
.NET Standard 2.0 (package-provided)