Table of Contents

Struct TNode.NodeList

Namespace
NUnit.Framework.Interfaces
Assembly
nunit.framework.dll

Class used to represent a list of XmlResults

public readonly struct TNode.NodeList : IEnumerable<TNode>, IEnumerable
Implements
Inherited Members

Properties

Count

Gets the number of elements contained in the collection.

public int Count { get; }

Property Value

int

this[int]

Gets or sets the element at the specified index.

public TNode this[int index] { get; }

Parameters

index int

Property Value

TNode

Methods

GetEnumerator()

Returns an enumerator that iterates through the collection.

public List<TNode>.Enumerator GetEnumerator()

Returns

List<TNode>.Enumerator