Pair 构造函数 | |
构造一个有序对。
命名空间:
VO
程序集:
VOGUIClasses (在 VOGUIClasses.dll 中) 版本:2.22 GA
语法 CONSTRUCTOR(
uInt1,
uInt2
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public Pair(
__Usual uInt1 = default,
__Usual uInt2 = default
)
查看代码参数
- uInt1 (Optional)
- 类型:__Usual
有序对的第一个值。默认值为0。 - uInt2 (Optional)
- 类型:__Usual
有序对的第二个值。默认值为0。
参见