| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class SaveableCollectionBase<T>
<SerializableAttribute> _ Public Class SaveableCollectionBase(Of T)
[SerializableAttribute] generic<typename T> public ref class SaveableCollectionBase
- T
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| SaveableCollectionBase<(Of <(<'T>)>)>()()()() | Initializes a new instance of the SaveableCollectionBase<(Of <(<'T>)>)> class | |
| Add(T) |
Adds an item
| |
| Clear()()()() | ||
| Clone()()()() | ||
| ComponentAdapter |
Component adapter to which the changes will apply
| |
| Count | ||
| Equals(SaveableCollectionBase<(Of <<'(T>)>>)) |
Equality operator
| |
| Equals(Object) | (Overrides Object.Equals(Object).) | |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FindIndex(Predicate<(Of <<'(T>)>>)) | ||
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |
| Insert(Int32, T) | ||
| Item[([( Int32])]) |
int indexer
| |
| Items |
Items
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove(T) |
Removes an item
| |
| Reorder(T, Int32) |
Reorders item
| |
| Reset()()()() |
Resets the collection
| |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
| Object | ||
| SaveableCollectionBase<(Of <(<'T>)>)> | ||
| SaveableAdapterCollection | ||
| SaveableStringCollection | ||