NetDataReader Constructor (Byte[], Int32)

LiteNetLib

NetDataReader Constructor (Byte, Int32)

LiteNetLib
Initializes a new instance of the NetDataReader class

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

C#
public NetDataReader(
	byte[] source,
	int offset
)

Parameters

source
Type: SystemByte

[Missing <param name="source"/> documentation for "M:LiteNetLib.Utils.NetDataReader.#ctor(System.Byte[],System.Int32)"]

offset
Type: SystemInt32

[Missing <param name="offset"/> documentation for "M:LiteNetLib.Utils.NetDataReader.#ctor(System.Byte[],System.Int32)"]

See Also

Reference