public abstract class BasicCollection<T> : IList<T>,
ICollection<T>, IEnumerable<T>, IEnumerable
Public MustInherit Class BasicCollection(Of T)
Implements IList(Of T), ICollection(Of T),
IEnumerable(Of T), IEnumerablegeneric<typename T>
public ref class BasicCollection abstract : IList<T>,
ICollection<T>, IEnumerable<T>, IEnumerable[<AbstractClassAttribute>]
type BasicCollection<'T> =
class
interface IList<'T>
interface ICollection<'T>
interface IEnumerable<'T>
interface IEnumerable
end| BasicCollectionT | Initializes a new instance of the T class. |
| BasicCollectionT(IEnumerableT) | Initializes a new instance of the BasicCollectionT class that contains elements copied from the specified collection and has sufficient capacity to accommodate the number of elements copied. |
| Add | |
| AddRange | |
| Clear | |
| Contains | |
| CopyTo | |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetEnumerator | |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| IndexOf | |
| Insert | |
| MemberwiseClone | (Inherited from Object) |
| Remove | |
| RemoveAt | |
| ToString | (Inherited from Object) |
| InternalList | Gets internal list. |