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

Gets a collection of Nodes that have links coming into this node.

Syntax

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

See Also