KnownTypeSet

KnownTypeSet class

Represents an unordered set (that is, a collection of unique items) containing Type objects which fully or partially qualified names can be used within document templates to invoke the corresponding types’ static members, perform type casts, etc.

public class KnownTypeSet : IEnumerable

Properties

Name Description
Count { get; } Gets the count of items in the set.

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