public class ReadOnlyNotificationCollection<T> : ReadOnlyObservableCollection<T>
Public Class ReadOnlyNotificationCollection(Of T)
Inherits ReadOnlyObservableCollection(Of T)
generic<typename T>
public ref class ReadOnlyNotificationCollection : public ReadOnlyObservableCollection<T>
type ReadOnlyNotificationCollection<'T> =
class
inherit ReadOnlyObservableCollection<'T>
end
ReadOnlyNotificationCollectionT | Создаёт экземпляр класса с указанием коллекции, для которой создаётся доступная только для чтения обёртка. |
Count | Gets the number of elements contained in the ReadOnlyCollectionT instance. (Унаследован от ReadOnlyCollectionT) |
Item | Gets the element at the specified index. (Унаследован от ReadOnlyCollectionT) |
Items | Returns the IListT that the ReadOnlyCollectionT wraps. (Унаследован от ReadOnlyCollectionT) |
Contains | Determines whether an element is in the ReadOnlyCollectionT. (Унаследован от ReadOnlyCollectionT) |
CopyTo | Copies the entire ReadOnlyCollectionT to a compatible one-dimensional Array, starting at the specified index of the target array. (Унаследован от ReadOnlyCollectionT) |
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 ReadOnlyCollectionT. (Унаследован от ReadOnlyCollectionT) |
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 ReadOnlyCollectionT. (Унаследован от ReadOnlyCollectionT) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
OnCollectionChanged | Raises the CollectionChanged event using the provided arguments. (Унаследован от ReadOnlyObservableCollectionT) |
OnPropertyChanged | Raises the PropertyChanged event using the provided arguments. (Унаследован от ReadOnlyObservableCollectionT) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
CollectionChanged | Событие, возникающее при изменении коллекции, для которой создана обёртка. |
PropertyChanged | Occurs when a property value changes. (Унаследован от ReadOnlyObservableCollectionT) |