ArtistΒΆ

class Artist : System.Object, System.IDisposable
readonly AlbumCollection Albums

Gets the AlbumCollection for the Artist.

readonly bool IsDisposed

Gets a value indicating whether the object is disposed.

readonly string Name

Gets the name of the Artist.

readonly SongCollection Songs

Gets the SongCollection for the Artist.

public void Dispose()

Immediately releases the unmanaged resources used by this object.

public string ToString()

Returns a String representation of the Artist.

public int GetHashCode()

Gets the hash code for this instance.