NamespaceDeclGetTypeDecls Method |
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public IEnumerable<TypeDecl> GetTypeDecls(
bool recursive = false,
bool includeNestedTypes = false
)
Parameters
- recursive (Optional)
- Type: SystemBoolean
True to recursively look in child NamespaceDecls, otherwise false. - includeNestedTypes (Optional)
- Type: SystemBoolean
True to include nested types, otherwise false.
Return Value
Type:
IEnumerableTypeDeclSee Also