Click or drag to resize

TypeDecl.GetOtherParts 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: IEnumerable<TypeDecl>
A cached list of other parts of this type.
See Also