Search Results for

    Show / Hide Table of Contents

    Class LinkedListExtensions

    Extensions for .

    Inheritance
    System.Object
    LinkedListExtensions
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: MoreStructures.Utilities
    Assembly: MoreStructures.dll
    Syntax
    public static class LinkedListExtensions

    Methods

    | Improve this Doc View Source

    AsNodes<T>(LinkedList<T>)

    Generates an of the of the provided list.

    Declaration
    public static IEnumerable<LinkedListNode<T>> AsNodes<T>(this LinkedList<T> list)
    Parameters
    Type Name Description
    LinkedList<T> list

    The list, to iterate over.

    Returns
    Type Description
    IEnumerable<LinkedListNode<T>>

    A sequence of .

    Type Parameters
    Name Description
    T

    The type of objects contained by list.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX