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

TypedConstant.Value Property

Value

Gets the default value.

Declaration
public object Value { get; }
Property Value
Type Description
System.Object
Remarks

For enum values, Value represents the underlying integer value and Type the type of the enum.

The type ImmutableArray<TypedConstant> is used to represent an array. The Values is also set in this case.