.NET API Catalog
  • Browse
  • Search
  • Diff
  • Others
    Feature Usage Stats
    Version Source
  • .NET Upgrade Planner
  1. Catalog
  2. Microsoft.EntityFrameworkCore.Internal
  3. Multigraph<TVertex, TEdge>
  4. GetIncomingNeighbours(TVertex)
  • Multigraph<TVertex, TEdge>
    • Multigraph()
    • Edges
    • Vertices
    • AddEdge(TVertex, TVertex, TEdge)
    • AddEdges(TVertex, TVertex, IEnumerable<TEdge>)
    • AddVertex(TVertex)
    • AddVertices(IEnumerable<TVertex>)
    • BatchingTopologicalSort()
    • BatchingTopologicalSort(Func<IEnumerable<Tuple<TVertex, TVertex, IEnumerable<TEdge>>>, String>)
    • BatchingTopologicalSort(Func<IReadOnlyList<Tuple<TVertex, TVertex, IEnumerable<TEdge>>>, String>)
    • GetEdges(TVertex, TVertex)
    • GetIncomingNeighbours(TVertex)
    • GetOutgoingNeighbours(TVertex)
    • TopologicalSort()
    • TopologicalSort(Func<IEnumerable<Tuple<TVertex, TVertex, IEnumerable<TEdge>>>, String>)
    • TopologicalSort(Func<TVertex, TVertex, IEnumerable<TEdge>, Boolean>)
    • TopologicalSort(Func<TVertex, TVertex, IEnumerable<TEdge>, Boolean>, Func<IEnumerable<Tuple<TVertex, TVertex, IEnumerable<TEdge>>>, String>)
    • TopologicalSort(Func<TVertex, TVertex, IEnumerable<TEdge>, Boolean>, Func<IReadOnlyList<Tuple<TVertex, TVertex, IEnumerable<TEdge>>>, String>)
    • ToString(TVertex)
netcoreapp2.2
namespace Microsoft.EntityFrameworkCore.Internal
{
    public class Multigraph<TVertex, TEdge> : Graph<TVertex>
    {
        public override IEnumerable<TVertex> GetIncomingNeighbours(TVertex to);
    }
}
.NET Core 2.02.12.2
Information specific to netcoreapp2.2
Assembly

Microsoft.EntityFrameworkCore , Version=2.2.6.0, PublicKeyToken=adb9793829ddae60

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API
Search

03/18/2025
An error has occurred. This application may no longer respond until reloaded. Reload 🗙