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 |
|---|---|
| bool |
Remarks
Members without implementation are, for example, abstract members, extern methods, partial members without implementation part or const fields.