| Any Constructor (Int64) |
Initializes a new
Any instance from a long value.
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.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