Show / Hide Table of Contents

    Interface ISequenceWalker<TLinkAddress>

    Namespace: Platform.Data.Sequences
    Assembly: Platform.Data.Sequences.dll
    Syntax
    public interface ISequenceWalker<TLinkAddress>
    Type Parameters
    Name Description
    TLinkAddress

    Methods

    | Improve this Doc View Source

    Walk(TLinkAddress)

    Declaration
    IEnumerable<IList<TLinkAddress>> Walk(TLinkAddress sequence)
    Parameters
    Type Name Description
    TLinkAddress sequence
    Returns
    Type Description
    IEnumerable<IList<TLinkAddress>>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX