cast R# list to Dictionary
castList
01 Syntax
SMRUCC.Rsharp.Runtime.Internal.Object.Converts.castList
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| listInternal | 1 | cast any clr object to R# tuple list object |
| objCastList | 1 | cast .NET CLR object to R# list object |
| CTypeList | 1 | |
| vector_castList | 1 |
03 Members
cast any clr object to R# tuple list object
Parameters
| Name | Type | Description |
|---|---|---|
obj | Object | - |
args | list | - |
env | Environment | - |
cast .NET CLR object to R# list object
Parameters
| Name | Type | Description |
|---|---|---|
vbobj | vbObject | - |
args | list | - |
env | Environment | - |
Returns
this function may returns an error message if the clr object property read error.