KnownTypeSet Class

Wordize.Reporting.KnownTypeSet class.

KnownTypeSet class

public class KnownTypeSet : IEnumerable<Type>

Constructors

NameDescription
KnownTypeSet()The default constructor.

Methods

NameDescription
Add(Type)Adds the specified Type object to the set.
Clear()Removes all items from the set.
GetEnumerator()Returns an IEnumerator object to iterate over items of the set.
Remove(Type)Removes the specified Type object from the set.

See Also