Struct TNode.NodeList
Class used to represent a list of XmlResults
Inherited Members
Namespace: NUnit.Framework.Interfaces
Assembly: nunit.framework.dll
Syntax
public readonly struct TNode.NodeList : IEnumerable<TNode>, IEnumerable
Properties
View SourceCount
Gets the number of elements contained in the collection.
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
int |
this[int]
Gets or sets the element at the specified index.
Declaration
public TNode this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
int | index |
Property Value
Type | Description |
---|---|
TNode |
Methods
View SourceGetEnumerator()
Returns an enumerator that iterates through the collection.
Declaration
public List<TNode>.Enumerator GetEnumerator()
Returns
Type | Description |
---|---|
List<TNode>.Enumerator |