NDepend.API Documentation
OutterTypes Property
NDepend.CodeModel Namespace > IType Interface : OutterTypes Property
Gets a sequence of parent type(s) in which this type is nested.
Syntax
IEnumerable<IType> OutterTypes {get;}
Remarks
If this type is not nested returns an empty sequence.
The first type in sequence is the type returned by this.IMember.ParentType.
If the parent type is also nested, the second type in sequence if its parent type and so on.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

IType Interface
IType Members