Open sandboxFocus

Property IsImplementationPart

IsImplementationPart

Gets a value indicating whether the current syntax node is contains the implementation of the declaration. This property evaluates to false only for partial methods without implementation.

Declaration
public bool IsImplementationPart { get; }
Property Value
Type Description
bool