次の方法で共有


ITypeParameterSymbol.ReducedFrom プロパティ

定義

これが縮小された拡張メソッドの型パラメーターである場合は、この型パラメーターが縮小された型パラメーター定義を取得します。 それ以外の場合は Nothing を返します。

public:
 property Microsoft::CodeAnalysis::ITypeParameterSymbol ^ ReducedFrom { Microsoft::CodeAnalysis::ITypeParameterSymbol ^ get(); };
public Microsoft.CodeAnalysis.ITypeParameterSymbol ReducedFrom { get; }
public Microsoft.CodeAnalysis.ITypeParameterSymbol? ReducedFrom { get; }
member this.ReducedFrom : Microsoft.CodeAnalysis.ITypeParameterSymbol
Public ReadOnly Property ReducedFrom As ITypeParameterSymbol

プロパティ値

適用対象