Click or drag to resize

NamespaceChildren Property

The dictionary of child objects in the Namespace.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public NamespaceTypeDictionary Children { get; }

Property Value

Type: NamespaceTypeDictionary

Implements

INamespaceChildren
See Also