Remove

KnownTypeSet.Remove method

Removes the specified Type object from the set.

Throws ArgumentException if type is null.

public void Remove(Type type)
Parameter Type Description
type Type A Type object to remove.

See Also