[]
Gets the scope objects that are direct children of this scope.
IEnumerable ChildScopes { get; }
Type | Description |
---|---|
IEnumerable | An IEnumerable of IScopeDefinition object representing the children scopes. |
<p>This may not be the same set of objects as the child components;
it represents the children in terms of RDL scope rules and may be empty if there are no descendant scopes.