public sealed class GridViewColumnReadOnlyCollection : ReadOnlyCollection<GridViewColumn>,
INotifyCollectionChanged, INotifyPropertyChanged, IWeakEventListener
Public NotInheritable Class GridViewColumnReadOnlyCollection
Inherits ReadOnlyCollection(Of GridViewColumn)
Implements INotifyCollectionChanged, INotifyPropertyChanged, IWeakEventListener
public ref class GridViewColumnReadOnlyCollection sealed : public ReadOnlyCollection<GridViewColumn^>,
INotifyCollectionChanged, INotifyPropertyChanged, IWeakEventListener
[<SealedAttribute>]
type GridViewColumnReadOnlyCollection =
class
inherit ReadOnlyCollection<GridViewColumn>
interface INotifyCollectionChanged
interface INotifyPropertyChanged
interface IWeakEventListener
end
GridViewColumnReadOnlyCollection | Инициализирует новый экземпляр класса GridViewColumnReadOnlyCollection |
Count | Gets the number of elements contained in the ReadOnlyCollection<T> instance. (Унаследован от ReadOnlyCollection<GridViewColumn>) |
Item | Gets the element at the specified index. (Унаследован от ReadOnlyCollection<GridViewColumn>) |
Items | Returns the IList<T> that the ReadOnlyCollection<T> wraps. (Унаследован от ReadOnlyCollection<GridViewColumn>) |
Contains | Determines whether an element is in the ReadOnlyCollection<T>. (Унаследован от ReadOnlyCollection<GridViewColumn>) |
CopyTo | Copies the entire ReadOnlyCollection<T> to a compatible one-dimensional Array, starting at the specified index of the target array. (Унаследован от ReadOnlyCollection<GridViewColumn>) |
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 ReadOnlyCollection<T>. (Унаследован от ReadOnlyCollection<GridViewColumn>) |
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 ReadOnlyCollection<T>. (Унаследован от ReadOnlyCollection<GridViewColumn>) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |