Click or drag to resize

NamespaceAdd Method (Type)

Add the specified Type to the current Namespace.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void Add(
	Type type
)

Parameters

type
Type: SystemType

Implements

INamespaceAdd(Type)
See Also