| Any Constructor (Int64) |
Initializes a new
Any instance from a long value.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public Any(
long value = 0
)
Public Sub New (
Optional value As Long = 0
)
public:
Any(
long long value = 0
)
Parameters
- value (Optional)
- Type: SystemInt64
The initial value.
See Also