Share via


GameComponentCollection Members

The following tables list the members exposed by the GameComponentCollection type.

Public Properties

Name Description
Public Property Count (Inherited from Collection.)
Public Property Item (Inherited from Collection.)

Protected Properties

Name Description
Protected Property Items (Inherited from Collection.)

Public Methods

Name Description
Public Method Add (Inherited from Collection.)
Public Method Clear (Inherited from Collection.)
Public Method Contains (Inherited from Collection.)
Public Method CopyTo (Inherited from Collection.)
Public Method Equals (Inherited from Object.)
Public Method GetEnumerator (Inherited from Collection.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method IndexOf (Inherited from Collection.)
Public Method Insert (Inherited from Collection.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method Remove (Inherited from Collection.)
Public Method RemoveAt (Inherited from Collection.)
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method ClearItems (Inherited from Collection.)
Protected Method Finalize (Inherited from Object.)
Protected Method InsertItem (Inherited from Collection.)
Protected Method MemberwiseClone (Inherited from Object.)
Protected Method RemoveItem (Inherited from Collection.)
Protected Method SetItem (Inherited from Collection.)

Public Events

Name Description
Public Event ComponentAdded Raised when a component is added to the GameComponentCollection.
Public Event ComponentRemoved Raised when a component is removed from the GameComponentCollection.

See Also

Reference

GameComponentCollection Class
Microsoft.Xna.Framework Namespace