Show / Hide Table of Contents

Class FastBitConverter

Inheritance
object
FastBitConverter
Namespace: LiteNetLib.Utils
Assembly: LiteNetLib.dll
Syntax
public static class FastBitConverter

Methods

GetBytes<T>(byte[], int, T)

Declaration
public static void GetBytes<T>(byte[] bytes, int startIndex, T value) where T : unmanaged
Parameters
Type Name Description
byte[] bytes
int startIndex
T value
Type Parameters
Name Description
T
In this article
Back to top Generated by DocFX