Gets or sets if the field is readonly.
Namespace: NReflect.NRMembersAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
public bool IsReadonly { get; set; }public bool IsReadonly { get; set; }Public Property IsReadonly As Boolean
Get
Set
Public Property IsReadonly As Boolean
Get
Set
public:
property bool IsReadonly {
bool get ();
void set (bool value);
}public:
property bool IsReadonly {
bool get ();
void set (bool value);
}