Open sandboxFocus

Property RawValue

RawValue

Gets the raw value of the TypedConstant. If IsArray is true, this property returns an ImmutableArray<TypedConstant>.

Declaration
public object? RawValue { get; }
Property Value
Type Description
object
Remarks

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