GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoNode Interface
Members
In This Topic
    IGoNode Interface
    In This Topic
    This interface represents an abstract object that is connected to other nodes using links.
    Syntax
    public interface IGoNode : IGoGraphPart  
    Remarks
    Every IGoNode also implements GoObject, IGoGraphPart.UserFlags, and IGoGraphPart.UserObject.
    See Also