INodeTSelfGetEdges Method

Gets the edges incident with this node. The entire graph doesn't need to be stored in memory but it can be dynamically generated instead.

Definition

Namespace: SimpleAIPlayer
Assembly: SimpleAIPlayer (in SimpleAIPlayer.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
C#
IEnumerable<IEdge<TSelf>> GetEdges()

Return Value

IEnumerableIEdgeTSelf
An enumerable collection of the incident edges.

See Also