LocalizationLibraryByIdentifierCollection - класс

Definition

Пространство имён: Tessa.Localization
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
C#
public sealed class LocalizationLibraryByIdentifierCollection : HashSet<Guid, LocalizationLibrary>
Inheritance
Object    HashSetGuid, LocalizationLibrary    LocalizationLibraryByIdentifierCollection

Конструкторы

LocalizationLibraryByIdentifierCollectionИнициализирует новый экземпляр класса LocalizationLibraryByIdentifierCollection
LocalizationLibraryByIdentifierCollection(IEnumerableLocalizationLibrary)Инициализирует новый экземпляр класса LocalizationLibraryByIdentifierCollection

Свойства

Count Количество элементов в коллекции.
(Унаследован от HashSetTKey, TValue)
Item Получить/установить значение по заданному ключу.
(Унаследован от HashSetTKey, TValue)

Методы

AddAdds an element to the current set and returns a value to indicate if the element was successfully added.
(Унаследован от HashSetTKey, TValue)
ClearRemoves all items from the ICollectionT.
(Унаследован от HashSetTKey, TValue)
ContainsDetermines whether the ICollectionT contains a specific value.
(Унаследован от HashSetTKey, TValue)
ContainsKey Проверить, содержится ли в коллекции элемент с заданным ключом.
(Унаследован от HashSetTKey, TValue)
CopyToCopies the elements of the ICollectionT to an Array, starting at a particular Array index.
(Унаследован от HashSetTKey, TValue)
EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
ExceptWithRemoves all elements in the specified collection from the current set.
(Унаследован от HashSetTKey, TValue)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetEnumerator Получить энумератор для коллекции.
(Унаследован от HashSetTKey, TValue)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetPairs Вернуть коллекцию KeyValuePairTKey, TValue содержащихся в сете элементов.
(Унаследован от HashSetTKey, TValue)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
IntersectWithModifies the current set so that it contains only elements that are also in a specified collection.
(Унаследован от HashSetTKey, TValue)
IsProperSubsetOfDetermines whether the current set is a proper (strict) subset of a specified collection.
(Унаследован от HashSetTKey, TValue)
IsProperSupersetOfDetermines whether the current set is a proper (strict) superset of a specified collection.
(Унаследован от HashSetTKey, TValue)
IsSubsetOfDetermines whether a set is a subset of a specified collection.
(Унаследован от HashSetTKey, TValue)
IsSupersetOfDetermines whether the current set is a superset of a specified collection.
(Унаследован от HashSetTKey, TValue)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
OverlapsDetermines whether the current set overlaps with the specified collection.
(Унаследован от HashSetTKey, TValue)
RemoveRemoves the first occurrence of a specific object from the ICollectionT.
(Унаследован от HashSetTKey, TValue)
RemoveByKey Удалить элемент с заданным ключом из коллекции.
(Унаследован от HashSetTKey, TValue)
Replace Заменить элемент в коллекции.
(Унаследован от HashSetTKey, TValue)
SetEqualsDetermines whether the current set and the specified collection contain the same elements.
(Унаследован от HashSetTKey, TValue)
SymmetricExceptWithModifies the current set so that it contains only elements that are present either in the current set or in the specified collection, but not both.
(Унаследован от HashSetTKey, TValue)
ToStringReturns a string that represents the current object.
(Унаследован от Object)
TryGetItem Попробовать получить элемент по заданному ключу.
(Унаследован от HashSetTKey, TValue)
UnionWithModifies the current set so that it contains all elements that are present in the current set, in the specified collection, or in both.
(Унаследован от HashSetTKey, TValue)

Методы расширения

Get
(Определяется ComHelper)
InternalMarkerCanvas Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также