Click or drag to resize

TypeDeclGetOtherParts Method

Get any other parts of this TypeDecl.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public IEnumerable<TypeDecl> GetOtherParts()

Return Value

Type: IEnumerableTypeDecl
A cached list of other parts of this type.
See Also