KnownTypeSet Class |
Namespace: Aspose.Words.Reporting
The KnownTypeSet type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Gets the count of items in the set.
|
Name | Description | |
---|---|---|
![]() | Add | Adds the specified Type object to the set. Throws ArgumentException in the following cases: - type is null. - type represents a void type. - type represents an invisible type, i.e. a non-public type or a public nested type which has a non-public outer type. - type represents a generic type. - type represents an array type. - type has been added to the set already. |
![]() | Clear |
Removes all items from the set.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetEnumerator |
Returns An IEnumerator object to iterate over items of the set.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Remove | |
![]() | ToString | (Inherited from Object.) |