public IEnumerable<Link> FindLinksIntoPort( string portid )
Parameters
- portid
 - When this argument is null, this just returns LinksInto. Otherwise it returns those links where the FromPortId matches the portid.
 
public IEnumerable<Link> FindLinksIntoPort( string portid )