Usual Constructor (__UsualType, Logic) | |
Initializes a new instance of the
Usual class
Namespace:
XSharp
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax CONSTRUCTOR(
type AS __UsualType,
initialized AS LOGIC
)
public Usual(
__UsualType type,
bool initialized
)
Request Example
View SourceParameters
- type
- Type: __UsualType
- initialized
- Type: Logic
See Also