We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe64fe commit 6b11059Copy full SHA for 6b11059
src/Dijkstra.NET/Graph/INode.cs
@@ -10,5 +10,6 @@ public interface INode
10
public interface INode<T, TEdgeCustom> : INode where TEdgeCustom : IEquatable<TEdgeCustom>
11
{
12
T Item { get; }
13
+ TEdgeCustom GetFirstEdgeCustom(int nodeEdgeKey);
14
}
15
0 commit comments