[]
Represents an object value that can be specified as a constant or as an expression.
public class ScriptObjectValue : ScriptValue<object>
| Name | Description |
|---|---|
| ScriptObjectValue() |
| Name | Description |
|---|---|
| implicit operator ScriptObjectValue(string) | Converts a string to a ScriptObjectValue. |