Table of Contents

Class RecordDeepStruct

Namespace
Chronicler
Assembly
Chronicler.dll

Helper for reading and writing nested recordable structs during a chronicler pass.

public static class RecordDeepStruct
Inheritance
RecordDeepStruct
Inherited Members

Methods

Look<T>(IChronicler, ref T, string)

Reads or writes a named nested struct.

public static void Look<T>(IChronicler chronicler, ref T value, string name) where T : struct, IRecordable

Parameters

chronicler IChronicler
value T
name string

Type Parameters

T