Class NullValueRef
Inheritance
System.Object
NullValueRef
Assembly: Steeltoe.Common.Expression.dll
Syntax
public class NullValueRef : object, IValueRef
Fields
|
Edit this page
View Source
INSTANCE
Declaration
public static readonly NullValueRef INSTANCE
Field Value
Properties
|
Edit this page
View Source
IsWritable
Declaration
public bool IsWritable { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Edit this page
View Source
GetValue()
Declaration
public ITypedValue GetValue()
Returns
Type |
Description |
ITypedValue |
|
|
Edit this page
View Source
SetValue(Object)
Declaration
public void SetValue(object newValue)
Parameters
Type |
Name |
Description |
System.Object |
newValue |
|
Implements