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.
Namespace: SimpleAIPlayerAssembly: SimpleAIPlayer (in SimpleAIPlayer.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
IEnumerable<IEdge<TSelf>> GetEdges()
Return Value
IEnumerableIEdgeTSelfAn enumerable collection of the incident edges.