Writes an integer to the stream.
Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
public override void Write( int value ) |
| Visual Basic |
|---|
Public Overrides Sub Write ( _ value As Integer _ ) |
| Visual C++ |
|---|
public: virtual void Write( int value ) override |
Parameters
- value
- Type: System..::..Int32
Integer value to write.