Tesselate.Dictionary.GetMinNode C# (CSharp) 메소드

GetMinNode() 공개 메소드

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