Click or drag to resize

ProjectGetAllDeclaredTypeDecls Method

Get an enumerator for all TypeDecls declared in the Project (does not include TypeDecls imported from other Projects).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public IEnumerable<TypeDecl> GetAllDeclaredTypeDecls(
	bool includeNestedTypes = false
)

Parameters

includeNestedTypes (Optional)
Type: SystemBoolean

Return Value

Type: IEnumerableTypeDecl
See Also