Skip to content

Commit 6b11059

Browse files
author
Кур'янов Артем
committed
add GetFirstEdgeCustom to INode
1 parent 5fe64fe commit 6b11059

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Dijkstra.NET/Graph/INode.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ public interface INode
1010
public interface INode<T, TEdgeCustom> : INode where TEdgeCustom : IEquatable<TEdgeCustom>
1111
{
1212
T Item { get; }
13+
TEdgeCustom GetFirstEdgeCustom(int nodeEdgeKey);
1314
}
1415
}

0 commit comments

Comments
 (0)