GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
IGoPort Interface
/ SourceLinks Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
SourceLinks Property (IGoPort)
In This Topic
Gets an enumerator over all of the links coming into this port.
Syntax
C#
IEnumerable<IGoLink>
SourceLinks {
get
;}
Remarks
Each source link's
IGoLink.ToPort
will be this port.
See Also
Reference
IGoPort Interface
IGoPort Members