Search Results for

    Show / Hide Table of Contents

    Struct TNode.NodeList

    Class used to represent a list of XmlResults

    Implements
    IEnumerable<TNode>
    IEnumerable
    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NUnit.Framework.Interfaces
    Assembly: nunit.framework.dll
    Syntax
    public readonly struct TNode.NodeList : IEnumerable<TNode>, IEnumerable

    Properties

    View Source

    Count

    Gets the number of elements contained in the collection.

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    int
    View Source

    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 Source

    GetEnumerator()

    Returns an enumerator that iterates through the collection.

    Declaration
    public List<TNode>.Enumerator GetEnumerator()
    Returns
    Type Description
    List<TNode>.Enumerator

    Implements

    IEnumerable<T>
    IEnumerable
    • View Source
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0