Click or drag to resize

NamespaceTypeGroupAdd Method (TypeDecl)

Add the specified TypeDecl to the group.

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

Parameters

typeDecl
Type: Nova.CodeDOMTypeDecl
See Also