Table of Contents

Interface IValueRef

Namespace
Steeltoe.Common.Expression.Internal.Spring.Ast
Assembly
Steeltoe.Common.Expression.dll
public interface IValueRef

Properties

IsWritable

bool IsWritable { get; }

Property Value

bool

Methods

GetValue()

ITypedValue GetValue()

Returns

ITypedValue

SetValue(object)

void SetValue(object newValue)

Parameters

newValue object