public sealed class CollectionCovarianceAdapter<TDerived, TBase> : Collection<TBase>
where TDerived : TBase
Public NotInheritable Class CollectionCovarianceAdapter(Of TDerived As TBase, TBase)
Inherits Collection(Of TBase)
generic<typename TDerived, typename TBase>
where TDerived : TBase
public ref class CollectionCovarianceAdapter sealed : public Collection<TBase>
[<SealedAttribute>]
type CollectionCovarianceAdapter<'TDerived, 'TBase when 'TDerived : 'TBase> =
class
inherit Collection<'TBase>
end
CollectionCovarianceAdapter<TDerived, TBase> | Инициализирует новый экземпляр класса CollectionCovarianceAdapter<TDerived, TBase> |
Count | Gets the number of elements actually contained in the Collection<T>. (Унаследован от Collection<TBase>) |
Item | Gets or sets the element at the specified index. (Унаследован от Collection<TBase>) |
Items | Gets a IList<T> wrapper around the Collection<T>. (Унаследован от Collection<TBase>) |
Add | Adds an object to the end of the Collection<T>. (Унаследован от Collection<TBase>) |
Clear | Removes all elements from the Collection<T>. (Унаследован от Collection<TBase>) |
ClearItems | (Переопределяет Collection<T>.ClearItems()) |
Contains | Determines whether an element is in the Collection<T>. (Унаследован от Collection<TBase>) |
CopyTo | Copies the entire Collection<T> to a compatible one-dimensional Array, starting at the specified index of the target array. (Унаследован от Collection<TBase>) |
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<TBase>) |
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<TBase>) |
Insert | Inserts an element into the Collection<T> at the specified index. (Унаследован от Collection<TBase>) |
InsertItem | (Переопределяет Collection<T>.InsertItem(Int32, T)) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
Remove | Removes the first occurrence of a specific object from the Collection<T>. (Унаследован от Collection<TBase>) |
RemoveAt | Removes the element at the specified index of the Collection<T>. (Унаследован от Collection<TBase>) |
RemoveItem | (Переопределяет Collection<T>.RemoveItem(Int32)) |
SetItem | (Переопределяет Collection<T>.SetItem(Int32, T)) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
Get | (Определяется ComHelper) |
InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
Invoke | (Определяется ComHelper) |
Set | (Определяется ComHelper) |