KnownTypeSet class

KnownTypeSet class

Represents an unordered set (i.e. a collection of unique items) containing objects which fully or partially qualified names can be used within report templates to invoke the corresponding types’ static members, perform type casts, etc. To learn more, visit the LINQ Reporting Engine documentation article.

Properties

NameDescription
countGets the count of items in the set.

Methods

NameDescription
add(type)Adds the specified object to the set.
clear()Removes all items from the set.
remove(type)Removes the specified object from the set.

See Also