Tesselate.Dictionary.GetMinNode C# (CSharp) Method

GetMinNode() public method

public GetMinNode ( ) : Dictionary.Node
return Dictionary.Node
        public Dictionary.Node GetMinNode()
        {
            return this.head.next;
        }