Click or drag to resize

ChildListHelpers Class

Extension methods for ChildList - extension methods are used in these cases so that the collection itself can be checked for being null inside the call.
Inheritance Hierarchy
SystemObject
  Nova.CodeDOMChildListHelpers

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static class ChildListHelpers

The ChildListHelpers type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAcceptT
Accept the specified visitor for all child objects.
Public methodStatic memberCloneT
Deep-clone the collection.
Public methodStatic memberFirstT
Return the first object in the collection, or null if the collection is null or empty.
Public methodStatic memberHasUnresolvedRefT
Returns true if any child object is an UnresolvedRef or has any UnresolvedRef children, otherwise false.
Public methodStatic memberResolveT
Resolve all symbolic references in the child objects.
Public methodStatic memberResolveRefT
Top
See Also