Lib.Harmony by Andreas Pardeike

<PackageReference Include="Lib.Harmony" Version="2.3.3" />

.NET API 2,082,304 bytes

 Traverse<T>

public class Traverse<T>
A reflection helper to read and write private elements
public T Value { get; set; }

Gets/Sets the current value

public Traverse(Traverse traverse)

Creates a traverse instance from an existing instance