======Класс LimitationDictionary====== * **Пространство имен:** [[developers:references:topomatic.sfc|Topomatic.Sfc]] * **Сборка:** Topomatic.Sfc (в Topomatic.Sfc.dll) =====Иерархия наследования===== * System.Object * System.Collections.Generic.Dictionary<[[developers:references:topomatic.cad.foundation.triangulation.edge|Topomatic.Cad.Foundation.Triangulation.Edge]], System.Int32> * Topomatic.Sfc.LimitationDictionary =====Синтаксис===== class LimitationDictionary : Dictionary, IDictionary, ICollection>, IEnumerable>, IEnumerable, IDictionary, ICollection, IReadOnlyDictionary, IReadOnlyCollection>, ISerializable, IDeserializationCallback =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.sfc.limitationdictionary..ctor_topomatic.sfc.surface|LimitationDictionary(Surface)]]| | =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|Comparer| Возвращает интерфейс IEqualityComparer , используемый для установления равенства ключей словаря. (Наследуется от Dictionary.)| |{{developers:references:property.png|Свойство}}|Count| Возвращает число пар "ключ-значение", содержащихся в словаре Dictionary . (Наследуется от Dictionary.)| |{{developers:references:property.png|Свойство}}|Item[Edge]| (Наследуется от Dictionary.)| |{{developers:references:property.png|Свойство}}|Keys| Возвращает коллекцию, содержащую ключи из словаря Dictionary . (Наследуется от Dictionary.)| |{{developers:references:property.png|Свойство}}|Values| Возвращает коллекцию, содержащую значения из словаря Dictionary . (Наследуется от Dictionary.)| =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|Add(Edge, Int32)| (Наследуется от Dictionary.)| |{{developers:references:method.png|Метод}}|Clear()| Удаляет все ключи и значения из словаря Dictionary . (Наследуется от Dictionary.)| |{{developers:references:method.png|Метод}}|ContainsKey(Edge)| (Наследуется от Dictionary.)| |{{developers:references:method.png|Метод}}|ContainsValue(Int32)| (Наследуется от Dictionary.)| |{{developers:references:method.png|Метод}}|Equals(Object)| Определяет, равен ли заданный объект текущему объекту. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|GetEnumerator()| Возвращает перечислитель, осуществляющий перебор элементов списка Dictionary . (Наследуется от Dictionary.)| |{{developers:references:method.png|Метод}}|GetHashCode()| Служит хэш-функцией по умолчанию. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|GetObjectData(SerializationInfo, StreamingContext)| Реализует интерфейс ISerializable и возвращает данные, необходимые для сериализации экземпляра Dictionary . (Наследуется от Dictionary.)| |{{developers:references:method.png|Метод}}|GetType()| Возвращает объект Type для текущего экземпляра. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.sfc.limitationdictionary.invalidate|Invalidate()]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.sfc.limitationdictionary.onadd_system.int32|OnAdd(Int32)]]| | |{{developers:references:method.png|Метод}}|OnDeserialization(Object)| Реализует интерфейс ISerializable и вызывает событие десериализации при завершении десериализации. (Наследуется от Dictionary.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.sfc.limitationdictionary.onremove_system.int32|OnRemove(Int32)]]| | |{{developers:references:method.png|Метод}}|Remove(Edge)| (Наследуется от Dictionary.)| |{{developers:references:method.png|Метод}}|ToString()| Возвращает строку, представляющую текущий объект. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|TryGetValue(Edge, Int32)| (Наследуется от Dictionary.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.sfc.limitationdictionary.updateinvalids|UpdateInvalids()]]| |