NDepend.API Documentation
IsSealed Property
NDepend.CodeModel Namespace > IType Interface : IsSealed Property
Gets a value indicating whether this class is declared with the sealed keyword in C#, NotInheritable keyword in VB.NET.
Syntax
bool IsSealed {get;}
Remarks
Structures and necessarily marked as sealed.
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