ChildSyntaxList.Enumerator Struct

Definition

Enumerates the elements of a ChildSyntaxList.

public: value class ChildSyntaxList::Enumerator
public struct ChildSyntaxList.Enumerator
type ChildSyntaxList.Enumerator = struct
Public Structure ChildSyntaxList.Enumerator
Inheritance
ChildSyntaxList.Enumerator

Properties

Current

Gets the element at the current position of the enumerator.

Methods

MoveNext()

Advances the enumerator to the next element of the ChildSyntaxList.

Reset()

Sets the enumerator to its initial position, which is before the first element in the collection.

Applies to