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

TypedConstant.Value Property

Value

Gets the Value for non-array types. For array types, get an array of a primitive type (e.g. int[]) instead of an array of TypedConstant.

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