GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
IGoNode Interface
/ Sources Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Sources Property (IGoNode)
In This Topic
Gets an enumerator over all of the nodes that have links coming into this node.
Syntax
C#
IEnumerable<IGoNode>
Sources {
get
;}
Remarks
The enumerator iterates over the set of all nodes that have ports that have any destination links coming into any port of this node.
See Also
Reference
IGoNode Interface
IGoNode Members