Click or drag to resize

NetBitWriterWriteBytes Method (ReadOnlySpan`1, Void, Byte)

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void WriteBytes(
	ReadOnlySpan source,
	void destination,
	byte destBitOffset
)

Parameters

source
Type: ReadOnlySpan
destination
Type: SystemVoid
destBitOffset
Type: SystemByte
See Also