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

Insert() 공개 메소드

public Insert ( Tesselate.ActiveRegion k ) : Dictionary.Node
k Tesselate.ActiveRegion
리턴 Dictionary.Node
        public Dictionary.Node Insert(DictKey k)
        {
            return this.InsertBefore(head, k);
        }