KnownTypeSet Class
Wordize.Reporting.KnownTypeSet class.
KnownTypeSet class
public class KnownTypeSet : IEnumerable<Type>
Constructors
Name | Description |
---|---|
KnownTypeSet() | The default constructor. |
Methods
Name | Description |
---|---|
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
- namespace Wordize.Reporting
- assembly Wordize