MetalamaAPI documentationAspect APIMetalama.​Framework.​CodeTyped­ConstantType
Open sandboxFocus

TypedConstant.Type Property

Type

Gets the type of the value. This is important if the type is an enum, because in this case, if the enum type is not compile-time, Value is set to the underlying integer value.

Declaration
public IType Type { get; }
Property Value
Type Description
IType
Implements
IHasType.Type