GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSimpleNode Class / InPort Property
In This Topic
    InPort Property
    In This Topic
    Gets or sets the port on the left side of this node, normally acting as the "input".
    Syntax
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    public virtual GoPort InPort {get; set;}
    Remarks
    You might want to override the CreatePort method if you want to create a different kind of GoPort when constructing this kind of node.
    See Also