Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Properties | List of all members
Loyc.Graphs.IOutbound< out EdgeList > Interface Template Reference

A node in a graph that only provides access to outbound edges. More...


Source file:
Inheritance diagram for Loyc.Graphs.IOutbound< out EdgeList >:
Loyc.Graphs.INode< out EdgeList >

Remarks

A node in a graph that only provides access to outbound edges.

When implementing this interface, consider also implementing IEquatable{Node} for your type and overriding Equals and GetHashCode.

Properties

EdgeList Outbound [get]
 Gets edges leaving this node. More...
 

Property Documentation

EdgeList Loyc.Graphs.IOutbound< out EdgeList >.Outbound
get

Gets edges leaving this node.