Show / Hide Table of Contents

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 Source

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

| Improve this Doc View Source

Value

Gets/Sets the current value

Declaration
public T Value { get; set; }
Property Value
Type Description
T

The value to read or write

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX