KnownTypeSetAdd Method |
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.
Namespace: GroupDocs.Assembly