FastBitConverter.GetBytes Method (Byte[], Int32, Int32)

LiteNetLib

FastBitConverterGetBytes Method (Byte, Int32, Int32)

LiteNetLib

[Missing <summary> documentation for "M:LiteNetLib.Utils.FastBitConverter.GetBytes(System.Byte[],System.Int32,System.Int32)"]

Namespace:  LiteNetLib.Utils
Assembly:  LiteNetLib (in LiteNetLib.dll) Version: 1.0.0.0
Syntax

C#
public static void GetBytes(
	byte[] bytes,
	int startIndex,
	int value
)

Parameters

bytes
Type: SystemByte

[Missing <param name="bytes"/> documentation for "M:LiteNetLib.Utils.FastBitConverter.GetBytes(System.Byte[],System.Int32,System.Int32)"]

startIndex
Type: SystemInt32

[Missing <param name="startIndex"/> documentation for "M:LiteNetLib.Utils.FastBitConverter.GetBytes(System.Byte[],System.Int32,System.Int32)"]

value
Type: SystemInt32

[Missing <param name="value"/> documentation for "M:LiteNetLib.Utils.FastBitConverter.GetBytes(System.Byte[],System.Int32,System.Int32)"]

See Also

Reference