DisplayObjectListTObj Class

CVB.Net Documentation
A Collection class for displayable object collections
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.Forms.OverlaysDisplayObjectListTObj
    Stemmer.Cvb.Forms.OverlaysOverlayList

Namespace:  Stemmer.Cvb.Forms.Overlays
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

public abstract class DisplayObjectList<TObj> : IList<TObj>, 
	ICollection<TObj>, IEnumerable<TObj>, IEnumerable
where TObj : OverlayBase

Type Parameters

TObj

The DisplayObjectListTObj type exposes the following members.

Properties

  NameDescription
Public propertyCount
Number of objects currently inside the collection.
Public propertyIsReadOnly
Clarifies that the collection is not Readonly.
Public propertyItem
Access one of the objects in the collection by index.
Top
Methods

  NameDescription
Public methodAdd
Add a new display object to the display object collection.
Public methodClear
Clear all the display objects in this collection.
Protected methodClearAll_Impl
Inheritors must implement this method to take the right actions to remove all objects of their kind from the display
Public methodContains
Determines whether this collection contains a specific value.
Public methodCopyTo
Copy the whole collection into an array, starting at the given array index.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
IEnumerable implementation.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Retrieve a list index for an object.
Public methodInsert
Insert a new item at a defined list position.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Remove an object from the object collection
Public methodRemoveAt
Remove the display object at the given index.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
IEnumerable implementation.
Top
See Also

Reference