Create(object?)
Declaration
public static TypedConstant Create(object? value)Parameters
| Type | Name | Description |
|---|---|---|
| object | value |
Returns
| Type | Description |
|---|---|
| TypedConstant |
Create(object?, Type?)
Declaration
public static TypedConstant Create(object? value, Type? type)Parameters
| Type | Name | Description |
|---|---|---|
| object | value | |
| Type | type |
Returns
| Type | Description |
|---|---|
| TypedConstant |
Create(object?, IType?)
Declaration
public static TypedConstant Create(object? value, IType? type)Parameters
| Type | Name | Description |
|---|---|---|
| object | value | |
| IType | type |
Returns
| Type | Description |
|---|---|
| TypedConstant |