Click or drag to resize

NamespaceTypeDictionaryAdd Method (String, Object)

Add the specified type or namespace object with the specified name to the dictionary.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected void Add(
	string name,
	Object obj
)

Parameters

name
Type: SystemString
The name of the object.
obj
Type: SystemObject
The TypeDecl, TypeDefinition/Type, or Namespace object.
See Also