Delen via


IPropertySymbol.PartialImplementationPart Property

Definition

If this is a partial property definition part, returns the corresponding implementation part. Otherwise null.

public Microsoft.CodeAnalysis.IPropertySymbol? PartialImplementationPart { get; }
member this.PartialImplementationPart : Microsoft.CodeAnalysis.IPropertySymbol
Public ReadOnly Property PartialImplementationPart As IPropertySymbol

Property Value

Applies to