Remove

KnownTypeSet.Remove method

Removes the specified Type object from the set.

public void Remove(Type type)
ParameterTypeDescription
typeTypeA Type object to remove.

Exceptions

exceptioncondition
ArgumentExceptionThrows if type is null.

See Also