Table of Contents

Class AlbumCollection

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

Constructors

AlbumCollection(List<Album>)

public AlbumCollection(List<Album> albums)

Parameters

albums List<Album>

Properties

Count

Gets the number of Album objects in the AlbumCollection.

public int Count { get; }

Property Value

int

IsDisposed

Gets a value indicating whether the object is disposed.

public bool IsDisposed { get; }

Property Value

bool

this[int]

Gets the Album at the specified index in the AlbumCollection.

public Album this[int index] { get; }

Parameters

index int

Index of the Album to get.

Property Value

Album

Methods

Dispose()

Immediately releases the unmanaged resources used by this object.

public void Dispose()