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