Class MultiPathResult<TSeg>
Inheritance
MultiPathResult<TSeg>
Assembly: AnyPath.dll
Syntax
public class MultiPathResult<TSeg> : IReadOnlyList<Path<TSeg>>, IReadOnlyCollection<Path<TSeg>>, IEnumerable<Path<TSeg>>, IEnumerable where TSeg : unmanaged
Type Parameters
| Name |
Description |
| TSeg |
The of path segment
|
Constructors
MultiPathResult()
Declaration
Properties
Count
Amount of paths currently stored in the result
Declaration
public int Count { get; }
Property Value
this[int]
Returns the path at a given index
Declaration
public Path<TSeg> this[int index] { get; }
Parameters
| Type |
Name |
Description |
| int |
index |
|
Property Value
| Type |
Description |
| Path<TSeg> |
|
Methods
GetEnumerator()
Declaration
public ArraySliceEnumerator<Path<TSeg>> GetEnumerator()
Returns
Implements
Extension Methods