Cast(IType, dynamic?)
Generates the cast syntax for the specified type.
Declaration
[CompileTime(true, null)]
public static dynamic? Cast(IType type, dynamic? value)Parameters
| Type | Name | Description |
|---|---|---|
| IType | type | |
| dynamic | value | Must be explicitly cast to |
Returns
| Type | Description |
|---|---|
| dynamic |