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