NDepend.API Documentation
IsTypeForwarded Property
NDepend.CodeModel Namespace > IType Interface : IsTypeForwarded Property
Returns a value indicating if this type is defined through the attribute System.Runtime.CompilerServices.TypeForwardedToAttribute.
Syntax
bool IsTypeForwarded {get;}
Remarks
If true is returned the property TypeForwardedDeclAssemblyName returns the name of the assembly that contains the declaration of this type.
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