NetDataWriterPut Method (Byte, Int32, Int32) |
LiteNetLib |
[Missing <summary> documentation for "M:LiteNetLib.Utils.NetDataWriter.Put(System.Byte[],System.Int32,System.Int32)"]
Namespace: LiteNetLib.Utils
Assembly: LiteNetLib (in LiteNetLib.dll) Version: 1.0.0.0
Syntax
C#
public void Put( byte[] data, int offset, int length )
Parameters
- data
- Type: SystemByte
[Missing <param name="data"/> documentation for "M:LiteNetLib.Utils.NetDataWriter.Put(System.Byte[],System.Int32,System.Int32)"]
- offset
- Type: SystemInt32
[Missing <param name="offset"/> documentation for "M:LiteNetLib.Utils.NetDataWriter.Put(System.Byte[],System.Int32,System.Int32)"]
- length
- Type: SystemInt32
[Missing <param name="length"/> documentation for "M:LiteNetLib.Utils.NetDataWriter.Put(System.Byte[],System.Int32,System.Int32)"]
See Also