Method CastToVtValue
CastToVtValue<T>(T, Type)
Declaration
public static VtValue CastToVtValue<T>(T t, Type trueType) where T : class
Parameters
| Type | Name | Description |
|---|---|---|
| T | t | |
| Type | trueType |
Returns
| Type | Description |
|---|---|
| VtValue |
Type Parameters
| Name | Description |
|---|---|
| T |