KnownTypeSet
Leave feedback
On this page
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
| Name | Description |
|---|---|
| Count { get; } | Gets the count of items in the set. |
| 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. |
- namespace GroupDocs.Assembly
- assembly GroupDocs.Assembly
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.