FieldAccessorIsConstant Property

Gets whether the field is a constant. Constant fields cannot be set.

Definition

Namespace: KGySoft.Reflection
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public bool IsConstant { get; }

Property Value

Boolean

See Also