[This is preliminary documentation and is subject to change.]
Implementation of ObjectList interface.
| C# | Visual Basic | Visual C++ |
public class ObjectList<T> : ObjectList<T>, IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable
Public Class ObjectList(Of T) _ Implements ObjectList(Of T), IList(Of T), _ ICollection(Of T), IEnumerable(Of T), IEnumerable
generic<typename T> public ref class ObjectList : ObjectList<T>, IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable
- T
[Missing <typeparam name="T"/> documentation for "T:Sorm.ObjectList`1"]
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Add(T) |
Adding is not allowed.
| |
| Clear()()() |
Clearing is not allowed.
| |
| Contains(T) |
Activates all loaded objects and checks if a given object is part
of the list.
| |
| CopyTo(array<T>[]()[], Int32) |
Activates all objects and copies the to the requested array range.
| |
| Count |
Count of instances in this list, activated or not.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator()()() |
Activates all loaded objects provides iteration over them.
| |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf(T) |
Activates all loaded objects and searches for a specific one.
| |
| Insert(Int32, T) |
Inserting is not allowed.
| |
| IsReadOnly |
Status query, always true.
| |
| Item[([(Int32])]) |
Returns an instance from the list. Assigning is not allowed.
| |
| load_all()()() | ||
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove(T) |
Removing is not allowed.
| |
| RemoveAt(Int32) |
Removing is not allowed.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| ObjectList<(Of <(T>)>) | |