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