KnownTypeSet.Remove

KnownTypeSet Remove method. Removes the specified Type object from the set.

KnownTypeSet.Remove method

Removes the specified Type object from the set.

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

See Also