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 SourceWalk(TLinkAddress)
Declaration
IEnumerable<IList<TLinkAddress>> Walk(TLinkAddress sequence)
Parameters
| Type | Name | Description |
|---|---|---|
| TLinkAddress | sequence |
Returns
| Type | Description |
|---|---|
| IEnumerable<IList<TLinkAddress>> |