BinaryStreamPointerBaseWrite(Int64) Method
Writes a single long to the stream.
Namespace: SnapDB.IOAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public override void Write(
long value
)
Public Overrides Sub Write (
value As Long
)
public:
virtual void Write(
long long value
) override
Parameters
- value Int64
- The long value to write to the stream.