Northwoods.GoSilverlight 1.1.3 Assembly
NodesOutOf Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Node Class : NodesOutOf Property

Gets a collection of Nodes that have links going out of this node.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property NodesOutOf As IEnumerable(Of Node)
C# 
public IEnumerable<Node> NodesOutOf {get;}

See Also