[SerializableAttribute]
public class SealableObjectObservableCollection<T> : SealableObservableCollection<T>
where T : class, ISealable
<SerializableAttribute>
Public Class SealableObjectObservableCollection(Of T As {Class, ISealable})
Inherits SealableObservableCollection(Of T)
[SerializableAttribute]
generic<typename T>
where T : ref class, ISealable
public ref class SealableObjectObservableCollection : public SealableObservableCollection<T>
[<SerializableAttribute>]
type SealableObjectObservableCollection<'T when 'T : not struct and ISealable> =
class
inherit SealableObservableCollection<'T>
end
SealableObjectObservableCollection<T>() | Создаёт экземпляр класса с параметрами по умолчанию. |
SealableObjectObservableCollection<T>(Boolean) | Создаёт экземпляр класса с указанием признака того, что объект должен быть защищён от изменений. |
SealableObjectObservableCollection<T>(IEnumerable<T>) | Создаёт экземпляр класса с указанием коллекции элементов, используемой для инициализации списка. |
SealableObjectObservableCollection<T>(List<T>) | Создаёт экземпляр класса с указанием списка элементов, используемого для инициализации списка. |
SealableObjectObservableCollection<T>(IEnumerable<T>, Boolean) | Создаёт экземпляр класса с указанием коллекции элементов, используемой для инициализации списка, и признака того, что объект должен быть защищён от изменений. |
SealableObjectObservableCollection<T>(List<T>, Boolean) | Создаёт экземпляр класса с указанием списка элементов, используемого для инициализации списка, и признака того, что объект должен быть защищён от изменений. |
Count | Gets the number of elements actually contained in the Collection<T>. (Унаследован от Collection<T>) |
IsSealed | Признак того, что объект был защищён от изменений. (Унаследован от SealableObservableCollection<T>) |
Item | Gets or sets the element at the specified index. (Унаследован от Collection<T>) |
Items | Gets a IList<T> wrapper around the Collection<T>. (Унаследован от Collection<T>) |
Add | Adds an object to the end of the Collection<T>. (Унаследован от Collection<T>) |
BlockReentrancy | Disallows reentrant attempts to change this collection. (Унаследован от ObservableCollection<T>) |
CheckReentrancy | Checks for reentrant attempts to change this collection. (Унаследован от ObservableCollection<T>) |
Clear | Removes all elements from the Collection<T>. (Унаследован от Collection<T>) |
ClearItems | Удаляет все элементы из коллекции. (Унаследован от SealableObservableCollection<T>) |
Contains | Determines whether an element is in the Collection<T>. (Унаследован от Collection<T>) |
CopyTo | Copies the entire Collection<T> to a compatible one-dimensional Array, starting at the specified index of the target array. (Унаследован от Collection<T>) |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetEnumerator | Returns an enumerator that iterates through the Collection<T>. (Унаследован от Collection<T>) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection<T>. (Унаследован от Collection<T>) |
Insert | Inserts an element into the Collection<T> at the specified index. (Унаследован от Collection<T>) |
InsertItem | Вставляет в коллекцию заданный элемент по указанному индексу. (Переопределяет SealableObservableCollection<T>.InsertItem(Int32, T)) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
Move | Moves the item at the specified index to a new location in the collection. (Унаследован от ObservableCollection<T>) |
MoveItem | Moves the item at the specified index to a new location in the collection. (Унаследован от ObservableCollection<T>) |
OnCollectionChanged | Raises the CollectionChanged event with the provided arguments. (Унаследован от ObservableCollection<T>) |
OnPropertyChanged | Raises the PropertyChanged event with the provided arguments. (Унаследован от ObservableCollection<T>) |
Remove | Removes the first occurrence of a specific object from the Collection<T>. (Унаследован от Collection<T>) |
RemoveAt | Removes the element at the specified index of the Collection<T>. (Унаследован от Collection<T>) |
RemoveItem | Удаляет элемент из коллекции по заданному индексу. (Унаследован от SealableObservableCollection<T>) |
Seal | Защищает объект от изменений. (Унаследован от SealableObservableCollection<T>) |
SealInternal | Защищает объект от изменений. Метод может быть переопределён в классах-наследниках. (Переопределяет SealableObservableCollection<T>.SealInternal()) |
SetItem | Замещает заданный элемент по указанному индексу коллекции. (Переопределяет SealableObservableCollection<T>.SetItem(Int32, T)) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
CollectionChanged | Occurs when an item is added, removed, changed, moved, or the entire list is refreshed. (Унаследован от ObservableCollection<T>) |
PropertyChanged | Occurs when a property value changes. (Унаследован от ObservableCollection<T>) |