IMethodSymbol.IsPartialDefinition Property

Definition

Return true if this is a partial method definition without a body. If there is an implementing body, it can be retrieved with PartialImplementationPart.

public bool IsPartialDefinition { get; }
member this.IsPartialDefinition : bool
Public ReadOnly Property IsPartialDefinition As Boolean

Property Value

Applies to