MetalamaAPI documentationAspect APIMetalama.​Framework.​CodeIMemberHas­Implementation
Open sandboxFocus

IMember.HasImplementation Property

HasImplementation

Gets a value indicating whether the member has an implementation or is only a definition without a body.

Declaration
bool HasImplementation { get; }
Property Value
Type Description
System.Boolean
Remarks

Members without implementation are, for example, abstract members, extern methods, partial methods without implementation part or const fields.