NDepend.API Documentation
TypesUsed Property
NDepend.CodeModel Namespace > IType Interface : TypesUsed Property
Gets a sequence of types that this type is using. If this type is declared in a third-party assembly, gets an empty sequence.
Syntax
IEnumerable<IType> TypesUsed {get;}
Remarks
This property getter has a O(this.TypesUsed.Count) time complexity.
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
TypesUsingMe Property