DefineLocalVariable(string, IType)
Declaration
[CompileTime(true, null)]
public static IExpression DefineLocalVariable(string nameHint, IType type)Parameters
| Type | Name | Description |
|---|---|---|
| string | nameHint | |
| IType | type |
Returns
| Type | Description |
|---|---|
| IExpression |
DefineLocalVariable(string, IType, IExpression?)
Declaration
[CompileTime(true, null)]
public static IExpression DefineLocalVariable(string nameHint, IType type, IExpression? value)Parameters
| Type | Name | Description |
|---|---|---|
| string | nameHint | |
| IType | type | |
| IExpression | value |
Returns
| Type | Description |
|---|---|
| IExpression |
DefineLocalVariable(string, IType, dynamic)
Declaration
[CompileTime(true, null)]
public static IExpression DefineLocalVariable(string nameHint, IType type, dynamic value)Parameters
| Type | Name | Description |
|---|---|---|
| string | nameHint | |
| IType | type | |
| dynamic | value |
Returns
| Type | Description |
|---|---|
| IExpression |
DefineLocalVariable(string, Type)
Declaration
[CompileTime(true, null)]
public static IExpression DefineLocalVariable(string nameHint, Type type)Parameters
| Type | Name | Description |
|---|---|---|
| string | nameHint | |
| Type | type |
Returns
| Type | Description |
|---|---|
| IExpression |
DefineLocalVariable(string, Type, IExpression?)
Declaration
[CompileTime(true, null)]
public static IExpression DefineLocalVariable(string nameHint, Type type, IExpression? value)Parameters
| Type | Name | Description |
|---|---|---|
| string | nameHint | |
| Type | type | |
| IExpression | value |
Returns
| Type | Description |
|---|---|
| IExpression |
DefineLocalVariable(string, Type, dynamic)
Declaration
[CompileTime(true, null)]
public static IExpression DefineLocalVariable(string nameHint, Type type, dynamic value)Parameters
| Type | Name | Description |
|---|---|---|
| string | nameHint | |
| Type | type | |
| dynamic | value |
Returns
| Type | Description |
|---|---|
| IExpression |
DefineLocalVariable(string, IExpression)
Declaration
[CompileTime(true, null)]
public static IExpression DefineLocalVariable(string nameHint, IExpression value)Parameters
| Type | Name | Description |
|---|---|---|
| string | nameHint | |
| IExpression | value |
Returns
| Type | Description |
|---|---|
| IExpression |
DefineLocalVariable(string, dynamic)
Declaration
[CompileTime(true, null)]
public static IExpression DefineLocalVariable(string nameHint, dynamic value)Parameters
| Type | Name | Description |
|---|---|---|
| string | nameHint | |
| dynamic | value |
Returns
| Type | Description |
|---|---|
| IExpression |