FieldAccessorIsConstant Property
Gets whether the field is a constant. Constant fields cannot be set.
Namespace: KGySoft.ReflectionAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public bool IsConstant { get; }
Public ReadOnly Property IsConstant As Boolean
Get
public:
property bool IsConstant {
bool get ();
}
member IsConstant : bool with get
Property Value
Boolean