Click or drag to resize

NamespaceTypeGroupAdd Method (TypeDefinition)

Add the specified TypeDefinition to the group.

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

Parameters

typeDefinition
Type: Mono.CecilTypeDefinition
See Also