Value.Value Constructor
Initializes a new instance of the Value class,
using the specified object.
public Value(object value)
Remarks
If the value is another Value, its contents
will be copied into the new instance.
Parameters
| Parameter | Description |
|---|---|
Object value |
The value that this Value should contain. |
Source
Defined in YarnSpinner/Value.cs, line 218.