Body |
public class BodyPartCollection : ICollection<BodyPart>, IEnumerable<BodyPart>, IEnumerable
The BodyPartCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| BodyPartCollection | Initializes a new instance of the BodyPartCollection class. |
| Name | Description | |
|---|---|---|
| Count | Get the number of body parts in the collection. | |
| IsReadOnly | Get whether or not this body part collection is read only. | |
| Item | Get the body part at the specified index. |
| Name | Description | |
|---|---|---|
| Add | Add the specified body part to the collection. | |
| Clear | Clears the body part collection. | |
| Contains | Checks if the collection contains the specified body part. | |
| CopyTo | Copies all of the body parts in the collection to the specified array. | |
| Equals | (Inherited from Object) | |
| Finalize | (Inherited from Object) | |
| GetEnumerator | Get the body part enumerator. | |
| GetHashCode | (Inherited from Object) | |
| GetType | (Inherited from Object) | |
| IndexOf | Gets the index of the body part matching the specified URI. | |
| MemberwiseClone | (Inherited from Object) | |
| Remove | Removes the specified body part. | |
| ToString | (Inherited from Object) |