表示这个参数是一个数组,环境系统不应该自动调用getFirst取第一个值
RRawVectorArgumentAttribute
00 Remarks
there are some string literal rule for the default vector string parser:
- 字符串类型默认使用
|作为分隔符 - 数值类型默认使用
,作为分隔符
01 Syntax
SMRUCC.Rsharp.Runtime.Interop.RRawVectorArgumentAttribute
02 Methods
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| vector | 1 | The element type of the target vector type |
| parser | 1 | |
| containsLiteral | 1 |
04 Members
#ctor(
Type, Type)parser参数的默认值为DefaultVectorParser
Parameters
| Name | Type | Description |
|---|---|---|
vector | Type | The element type of the target vector type |
parser | Type |
use DefaultVectorParser by default. |
#ctor
construct a vector flag with any object type and use the DefaultVectorParser.
#ctor(TypeCodes,
Type)Parameters
| Name | Type | Description |
|---|---|---|
vector | TypeCodes | the vector element type |
parser | Type | - |
vector
The element type of the target vector type
Remarks
If this property is not null, then it means the optional argument have a default string expression value which could be parsed as current vector type.
parser
containsLiteral
GetVector(
String)ToString()