AIFunction.UnderlyingMethod プロパティ

定義

このMethodInfoがラップしている可能性がある基になるAIFunctionを取得します。

public:
 virtual property System::Reflection::MethodInfo ^ UnderlyingMethod { System::Reflection::MethodInfo ^ get(); };
public virtual System.Reflection.MethodInfo? UnderlyingMethod { get; }
member this.UnderlyingMethod : System.Reflection.MethodInfo
Public Overridable ReadOnly Property UnderlyingMethod As MethodInfo

プロパティ値

注釈

関数とそのシグネチャに関する追加のメタデータを提供します。 .NETメソッドをラップしない実装では、nullが返される場合があります。

適用対象