ChildListHelpers Class |
Namespace: Nova.CodeDOM
public static class ChildListHelpers
The ChildListHelpers type exposes the following members.
Name | Description | |
---|---|---|
AcceptT |
Accept the specified visitor for all child objects.
| |
CloneT |
Deep-clone the collection.
| |
FirstT |
Return the first object in the collection, or null if the collection is null or empty.
| |
HasUnresolvedRefT |
Returns true if any child object is an UnresolvedRef or has any UnresolvedRef children, otherwise false.
| |
ResolveT |
Resolve all symbolic references in the child objects.
| |
ResolveRefT |
Attempt to resolve a reference in a ChildListT collection.
|