SharpNeat.View.Graph.GraphNode.GraphNode C# (CSharp) Метод

GraphNode() публичный Метод

Constructs with the provided string tag.
public GraphNode ( string tag ) : System.Collections.Generic
tag string
Результат System.Collections.Generic
        public GraphNode(string tag) 
            : this(tag, Point.Empty, null, 0)
        {}

Same methods

GraphNode::GraphNode ( string tag, Point position ) : System.Collections.Generic
GraphNode::GraphNode ( string tag, Point position, object auxData ) : System.Collections.Generic
GraphNode::GraphNode ( string tag, Point position, object auxData, int depth ) : System.Collections.Generic
GraphNode