public sealed class LocalizationLibraryByIdentifierCollection : HashSet<Guid, LocalizationLibrary>
Public NotInheritable Class LocalizationLibraryByIdentifierCollection
Inherits HashSet(Of Guid, LocalizationLibrary)
public ref class LocalizationLibraryByIdentifierCollection sealed : public HashSet<Guid, LocalizationLibrary^>
[<SealedAttribute>]
type LocalizationLibraryByIdentifierCollection =
class
inherit HashSet<Guid, LocalizationLibrary>
end
LocalizationLibraryByIdentifierCollection | Инициализирует новый экземпляр класса LocalizationLibraryByIdentifierCollection |
LocalizationLibraryByIdentifierCollection(IEnumerableLocalizationLibrary) | Инициализирует новый экземпляр класса LocalizationLibraryByIdentifierCollection |
Count |
Количество элементов в коллекции.
(Унаследован от HashSetTKey, TValue) |
Item |
Получить/установить значение по заданному ключу.
(Унаследован от HashSetTKey, TValue) |
Add | Adds an element to the current set and returns a value to indicate if the element was successfully added. (Унаследован от HashSetTKey, TValue) |
Clear | Removes all items from the ICollectionT. (Унаследован от HashSetTKey, TValue) |
Contains | Determines whether the ICollectionT contains a specific value. (Унаследован от HashSetTKey, TValue) |
ContainsKey |
Проверить, содержится ли в коллекции элемент с заданным ключом.
(Унаследован от HashSetTKey, TValue) |
CopyTo | Copies the elements of the ICollectionT to an Array, starting at a particular Array index. (Унаследован от HashSetTKey, TValue) |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
ExceptWith | Removes all elements in the specified collection from the current set. (Унаследован от HashSetTKey, TValue) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetEnumerator |
Получить энумератор для коллекции.
(Унаследован от HashSetTKey, TValue) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetPairs |
Вернуть коллекцию KeyValuePairTKey, TValue содержащихся в сете элементов.
(Унаследован от HashSetTKey, TValue) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
IntersectWith | Modifies the current set so that it contains only elements that are also in a specified collection. (Унаследован от HashSetTKey, TValue) |
IsProperSubsetOf | Determines whether the current set is a proper (strict) subset of a specified collection. (Унаследован от HashSetTKey, TValue) |
IsProperSupersetOf | Determines whether the current set is a proper (strict) superset of a specified collection. (Унаследован от HashSetTKey, TValue) |
IsSubsetOf | Determines whether a set is a subset of a specified collection. (Унаследован от HashSetTKey, TValue) |
IsSupersetOf | Determines whether the current set is a superset of a specified collection. (Унаследован от HashSetTKey, TValue) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
Overlaps | Determines whether the current set overlaps with the specified collection. (Унаследован от HashSetTKey, TValue) |
Remove | Removes the first occurrence of a specific object from the ICollectionT. (Унаследован от HashSetTKey, TValue) |
RemoveByKey |
Удалить элемент с заданным ключом из коллекции.
(Унаследован от HashSetTKey, TValue) |
Replace |
Заменить элемент в коллекции.
(Унаследован от HashSetTKey, TValue) |
SetEquals | Determines whether the current set and the specified collection contain the same elements. (Унаследован от HashSetTKey, TValue) |
SymmetricExceptWith | Modifies 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) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
TryGetItem |
Попробовать получить элемент по заданному ключу.
(Унаследован от HashSetTKey, TValue) |
UnionWith | Modifies 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) |