ArtistCollection Members
The following tables list the members exposed by the ArtistCollection type.
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of Artist objects in the ArtistCollection. | |
Item | Gets the Artist at the specified index in the ArtistCollection. |
Public Methods
Name | Description | |
---|---|---|
Dispose | Immediately releases the unmanaged resources used by this object. | |
Equals | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that iterates through the ArtistCollection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | Releases unmanaged resources and performs other cleanup operations before garbage collection reclaims the ArtistCollection. | |
MemberwiseClone | (Inherited from Object.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Collections.IEnumerable.GetEnumerator | Returns an enumerator that iterates through the collection. |
See Also
Reference
ArtistCollection Class
Microsoft.Xna.Framework.Media Namespace