Collection.Add 方法 | |
命名空间:
XSharp.VFP
程序集:
XSharp.VFP (在 XSharp.VFP.dll 中) 版本:2.22 GA
语法 METHOD Add(
oValue AS Object,
cKey AS STRING,
oBefore AS USUAL,
oAfter AS USUAL
) AS LOGIC
public bool Add(
Object oValue,
[DefaultParameterValueAttribute("", 0)] string cKey,
[DefaultParameterValueAttribute(0, 1)] __Usual oBefore,
[DefaultParameterValueAttribute(0, 1)] __Usual oAfter
)
查看代码参数
- oValue
- 类型:Object
- cKey
- 类型:String
- oBefore
- 类型:__Usual
- oAfter
- 类型:__Usual
返回值
类型:
Boolean参见