NDepend.API Documentation
StaticMembers Property
NDepend.CodeModel Namespace > IType Interface : StaticMembers Property
Gets a sequence of static members of this type. The sequence contains the class constructor (if any), static methods and fields, but doesn't contain nested types. See DirectNestedTypes and NestedTypes.
Syntax
IEnumerable<IMember> StaticMembers {get;}
Remarks
This property getter has a O(this.Members.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
Members Property
InstanceMembers Property