Tesselate.Dictionary.Insert C# (CSharp) Méthode

Insert() public méthode

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