Gets or sets a value indicating if the property has a set method.
Namespace: NReflect.NRMembersAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
public bool HasSetter { get; set; }
public bool HasSetter { get; set; }
Public Property HasSetter As Boolean
Get
Set
Public Property HasSetter As Boolean
Get
Set
public:
property bool HasSetter {
bool get ();
void set (bool value);
}
public:
property bool HasSetter {
bool get ();
void set (bool value);
}