Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following tables list the members exposed by the ChildCollection type.
Protected Constructors
Name | Description | |
---|---|---|
![]() |
ChildCollection | Creates an instance of ChildCollection. |
Public Properties
Name | Description | |
---|---|---|
![]() |
Count | (Inherited from Collection.) |
![]() |
Item | (Inherited from Collection.) |
Protected Properties
Name | Description | |
---|---|---|
![]() |
Items | (Inherited from Collection.) |
Public Methods
Name | Description | |
---|---|---|
![]() |
Add | (Inherited from Collection.) |
![]() |
Clear | (Inherited from Collection.) |
![]() |
Contains | (Inherited from Collection.) |
![]() |
CopyTo | (Inherited from Collection.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
GetEnumerator | (Inherited from Collection.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
IndexOf | (Inherited from Collection.) |
![]() |
Insert | (Inherited from Collection.) |
![]() |
Remove | (Inherited from Collection.) |
![]() |
RemoveAt | (Inherited from Collection.) |
![]() |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
![]() |
ClearItems | Removes all children from the collection. |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetParent | Gets the parent of a child object. |
![]() |
InsertItem | Inserts a child object into the collection at the specified ___location. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
RemoveItem | Removes a child object from the collection. |
![]() |
SetItem | Modifies the value of the child object at the specified ___location. |
![]() |
SetParent | Modifies the value of the parent object of the specified child object. |
See Also
Reference
ChildCollection Generic Class
Microsoft.Xna.Framework.Content.Pipeline Namespace