GenreΒΆ

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

Gets the AlbumCollection for the Genre.

readonly bool IsDisposed

Gets a value indicating whether the object is disposed.

readonly string Name

Gets the name of the Genre.

readonly SongCollection Songs

Gets the SongCollection for the Genre.

public void Dispose()

Immediately releases the unmanaged resources used by this object.

public string ToString()

Returns a String representation of the Genre.

public int GetHashCode()

Gets the hash code for this instance.