Share via


IPropertySymbol.ReduceExtensionMember(ITypeSymbol) Method

Definition

If this is an extension property that can be applied to a receiver of the given type, returns the property symbol in the substituted extension for that receiver type. Otherwise, returns null.

public Microsoft.CodeAnalysis.IPropertySymbol? ReduceExtensionMember(Microsoft.CodeAnalysis.ITypeSymbol receiverType);
abstract member ReduceExtensionMember : Microsoft.CodeAnalysis.ITypeSymbol -> Microsoft.CodeAnalysis.IPropertySymbol
Public Function ReduceExtensionMember (receiverType As ITypeSymbol) As IPropertySymbol

Parameters

receiverType
ITypeSymbol

Returns

Applies to