IVisitorVisitT Method (ChildListT) |
Visit a
ChildListT collection - this should rarely be used, since all members of the list
will be visited separately.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax void Visit<T>(
ChildList<T> childList
)
where T : CodeObject
Parameters
- childList
- Type: Nova.CodeDOMChildListT
Type Parameters
- T
See Also