In This Topic
The abstract base class for types such as
ScriptStringValue,
ScriptObjectValue and others that allow to specify a value either as a literal or as an expression.
Object Model
Syntax
'Declaration
Public MustInherit Class ScriptValue(Of )
public abstract class ScriptValue<>
Type Parameters
Inheritance Hierarchy
See Also