Class Traverse<T>
- Namespace
- HarmonyLib
- Assembly
- 0Harmony.dll
A reflection helper to read and write private elements
public class Traverse<T>
Type Parameters
TThe result type defined by GetValue()
- Inheritance
-
objectTraverse<T>
Constructors
Traverse(Traverse)
Creates a traverse instance from an existing instance
public Traverse(Traverse traverse)
Parameters
Properties
Value
Gets/Sets the current value
public T Value { get; set; }
Property Value
- T
The value to read or write