Method UnregisterType
UnregisterType(string)
Removes specified type from the repository's type list.
public virtual bool UnregisterType(string name)
Parameters
name
stringSpecifies name of type to remove.
Returns
- bool
True if succeed (type is present in the type list); otherwise false.