Click or drag to resize

IVisitorVisit Method (TypeDecl)

Visit a TypeDecl statement (common base of ClassDecl, StructDecl, InterfaceDecl, EnumDecl, DelegateDecl).

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

Parameters

typeDecl
Type: Nova.CodeDOMTypeDecl
See Also