PresentationFormats.AllEnumerable

PresentationFormats.AllEnumerable class

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

public sealed class AllEnumerable : IEnumerable<PresentationFormats>

Constructors

Name Description
AllEnumerable() The default constructor.

Methods

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

See Also