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 |
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.
public object? Value { get; }
Type | Description |
---|---|
object |