TextualFormats.AllEnumerable

TextualFormats.AllEnumerable class

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

public sealed class AllEnumerable : IEnumerable<TextualFormats>

Constructors

Name Description
AllEnumerable() The default constructor.

Methods

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

See Also