Tesselate.Dictionary.Insert C# (CSharp) Method

Insert() public method

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