点击或拖拽改变大小

DefaultParameterValueAttribute.Flag 属性

X#
Flag indicating the type of the default parameter

命名空间:  XSharp.Internal
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 PROPERTY Flag AS LONG GET 
查看代码

属性值

类型:Int32
备注
ValueDescription
0Regular .Net default value
1NIL
2Date (value is LONG ticks, empty for NULL_DATE)
3Symbol, value can be empty or a string
4PSZ, null = empty, or a string
5IntPtr (can be 0 for NullPtr)
6Decimal (stored as string without 'm' suffix)
参见