Summary
writes an int to the buffer.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Marshall - Containing Type
- IWriteBuffer
Syntax
void WriteInt(int i)
Remarks
writes an int to the buffer.
Parameters
| Name | Type | Description |
|---|---|---|
| i | int | the int |
Return Value
| Type | Description |
|---|---|
| void |