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
Name | Description |
---|
count | Gets the count of items in the set. |
Methods
Name | Description |
---|
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