Click or drag to resize

NamespaceTypeDictionaryRemove Method

Overload List
  NameDescription
Public methodRemove(Type)
Remove the specified Type from the dictionary.
Public methodRemove(Namespace)
Remove the specified child Namespace from the dictionary.
Public methodRemove(TypeDecl)
Remove the specified TypeDecl from the dictionary.
Public methodRemove(TypeDefinition)
Remove the specified TypeDefinition from the dictionary.
Protected methodRemove(String, Object)
Remove the type or namespace object with the specified name from the dictionary.
Top
See Also