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