Back to Harmony

Class Traverse<T>

docs/api/HarmonyLib.Traverse-1.html

2.4.2.0935 B
Original Source

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
NameDescription
T

The result type defined by GetValue()

|

Constructors

Traverse(Traverse)

Creates a traverse instance from an existing instance

Declaration
public Traverse(Traverse traverse)
Parameters
TypeNameDescription
Traversetraverse

The existing Traverse instance

|

Properties

Value

Gets/Sets the current value

Declaration
public T Value { get; set; }
Property Value
TypeDescription
T

The value to read or write

|