KnownTypeSet class

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.

The KnownTypeSet type exposes the following members:

Properties

Property Description
count Gets the count of items in the set.

Methods

Method Description
add
remove
clear Removes all items from the set.

See Also