Skip to main content
Version: Next

Class LetVariableValue

Assembly: RCaron.dll
View Source
Declaration
csharp
public class LetVariableValue
Declaration
csharp
public class LetVariableValue

Properties

Type

View Source
Declaration
csharp
public Type Type { get; }
Declaration
csharp
public Type Type { get; }

Value

View Source
Declaration
csharp
public object? Value { get; set; }
Declaration
csharp
public object? Value { get; set; }

Extension Methods