Search Results for

    Show / Hide Table of Contents

    Class LinkedListUtility

    Utility class used to get the value from a linked list at the specified value.

    Inheritance
    System.Object
    LinkedListUtility
    Namespace: ABB.Robotics.Controllers
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    public static class LinkedListUtility

    Methods

    GetAt<TValue>(LinkedList<TValue>, Int32)

    Gets the value at index.

    Declaration
    public static TValue GetAt<TValue>(LinkedList<TValue> list, int index)
    Parameters
    Type Name Description
    System.Collections.Generic.LinkedList<TValue> list

    List to access.

    System.Int32 index

    The index to access.

    Returns
    Type Description
    TValue

    The value.

    Type Parameters
    Name Description
    TValue

    Type of list.

    In This Article
    Back to top Copyright © 2024 ABB