Add

KnownTypeSet.Add method

Adds the specified Type object to the set.

public void Add(Type type)
ParameterTypeDescription
typeTypeA Type object to add.

Exceptions

exceptioncondition
ArgumentExceptionThrows in the following cases:

See Also