Click or drag to resize

IVisitorVisitT Method (ChildListT)

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
void Visit<T>(
	ChildList<T> childList
)
where T : CodeObject

Parameters

childList
Type: Nova.CodeDOMChildListT

Type Parameters

T
See Also