Class Traverse<T>
A reflection helper to read and write private elements
Inheritance
System.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
| Improve this Doc View SourceTraverse(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
| Improve this Doc View SourceValue
Gets/Sets the current value
Declaration
public T Value { get; set; }
Property Value
Type | Description |
---|---|
T | The value to read or write |