Class AlbumCollection
public sealed class AlbumCollection : IDisposable
- Inheritance
-
AlbumCollection
- Implements
- Inherited Members
Constructors
AlbumCollection(List<Album>)
public AlbumCollection(List<Album> albums)
Parameters
Properties
Count
Gets the number of Album objects in the AlbumCollection.
public int Count { get; }
Property Value
IsDisposed
Gets a value indicating whether the object is disposed.
public bool IsDisposed { get; }
Property Value
this[int]
Gets the Album at the specified index in the AlbumCollection.
public Album this[int index] { get; }
Parameters
index
intIndex of the Album to get.
Property Value
Methods
Dispose()
Immediately releases the unmanaged resources used by this object.
public void Dispose()