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) 方法。

适用于

另请参阅