PropertyInfo.SetMethod プロパティ

定義

このプロパティの set アクセサーを取得します。

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

プロパティ値

このプロパティの set アクセサー、プロパティが読み取り専用である場合は null

注釈

プロパティのSetMethod値を取得することは、 引数の 値truenonPublicが のGetSetMethod(Boolean)メソッドを呼び出すことと同じです。

適用対象

こちらもご覧ください