EBookFormats.AllEnumerable

EBookFormats.AllEnumerable class

Implements IEnumerable generic interface, that enables a ‘foreach’ possibility for the EBookFormats type

public sealed class AllEnumerable : IEnumerable<EBookFormats>

Constructors

Name Description
AllEnumerable() The default constructor.

Methods

Name Description
GetEnumerator() Returns an enumerator for all supportable EBookFormats formats

See Also