Table of Contents

Class Artist

Namespace
Microsoft.Xna.Framework.Media
Assembly
MonoGame.Framework.dll
public sealed class Artist : IDisposable
Inheritance
Artist
Implements
Inherited Members

Constructors

Artist(string)

public Artist(string artist)

Parameters

artist string

Properties

Albums

Gets the AlbumCollection for the Artist.

public AlbumCollection Albums { get; }

Property Value

AlbumCollection

IsDisposed

Gets a value indicating whether the object is disposed.

public bool IsDisposed { get; }

Property Value

bool

Name

Gets the name of the Artist.

public string Name { get; }

Property Value

string

Songs

Gets the SongCollection for the Artist.

public SongCollection Songs { get; }

Property Value

SongCollection

Methods

Dispose()

Immediately releases the unmanaged resources used by this object.

public void Dispose()

GetHashCode()

Gets the hash code for this instance.

public override int GetHashCode()

Returns

int

ToString()

Returns a String representation of the Artist.

public override string ToString()

Returns

string