======Класс SkipList====== * **Пространство имен:** [[developers:references:topomatic.cad.foundation|Topomatic.Cad.Foundation]] * **Сборка:** Topomatic.Cad.Foundation (в Topomatic.Cad.Foundation.dll) =====Иерархия наследования===== * System.Object * Topomatic.Cad.Foundation.SkipList =====Синтаксис===== class SkipList **Параметры типа** * //T// =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.cad.foundation.skiplist_1..ctor_topomatic.cad.foundation.comparefunc_1|SkipList(compareFunc)]]| | =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.skiplist_1.clear|Clear()]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.skiplist_1.count|Count()]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.skiplist_1.delete_topomatic.cad.foundation.skipnode_1|Delete(SkipNode)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.skiplist_1.deleteitem_topomatic.cad.foundation.t|DeleteItem(T)]]| | |{{developers:references:method.png|Метод}}|Equals(Object)| Определяет, равен ли заданный объект текущему объекту. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.skiplist_1.finditem_topomatic.cad.foundation.t|FindItem(T)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.skiplist_1.first|First()]]| | |{{developers:references:method.png|Метод}}|GetHashCode()| Служит хэш-функцией по умолчанию. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|GetType()| Возвращает объект Type для текущего экземпляра. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.skiplist_1.insertitem_topomatic.cad.foundation.t|InsertItem(T)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.skiplist_1.last|Last()]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.skiplist_1.newnode_system.int32_topomatic.cad.foundation.t|NewNode(Int32, T)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.skiplist_1.next_topomatic.cad.foundation.skipnode_1|Next(SkipNode)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.skiplist_1.popfirst|PopFirst()]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.skiplist_1.prev_topomatic.cad.foundation.skipnode_1|Prev(SkipNode)]]| | |{{developers:references:method.png|Метод}}|ToString()| Возвращает строку, представляющую текущий объект. (Наследуется от Object.)|