OrderedVariableSizeList Members
Include Protected Members
Include Inherited Members
An object which contains a variable-size collection of elements of type T, without an insert method, without the ability to change existing items, and which is not synchronized.
The OrderedVariableSizeList type exposes the following members.
Constructors
Name
Description
Top
Methods
Name
Description
Adds the given object to the list.
Removes all objects from the list.
Obsolete.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Returns the index of the Object stored in the collection.
Inserts the specified object in the list at the specified index.
Creates a shallow copy of the current Object. (Inherited from Object.)
Removes the object at the specified index.
Puts the object into the list at the specified index.
Returns a string that represents the current object. (Inherited from Object.)
Top
Fields
Name
Description
Top
Properties
Name
Description
Gets the number of objects in the list.
Obsolete.
Obsolete.
Obsolete.
Obsolete.
Top
Explicit Interface Implementations
Name
Description
Top