DefaultParameterValueAttribute Constructor | |
Namespace:
XSharp.Internal
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax CONSTRUCTOR(
oValue AS Object,
flag AS LONG
)
public DefaultParameterValueAttribute(
Object oValue,
int flag
)
Request Example
View SourceParameters
- oValue
- Type: Object
- flag
- Type: Long
See Also