Table of Contents

Method TryRead

Namespace
GrindFest
Assembly
GrindFest.dll

TryRead<T>(out T)

public bool TryRead<T>(out T value) where T : class

Parameters

value T

Returns

bool

Type Parameters

T

TryRead<T>(out T, out byte)

Same, and also reports the version the payload was written with.

public bool TryRead<T>(out T value, out byte version) where T : class

Parameters

value T
version byte

Returns

bool

Type Parameters

T