Delegate AccessTools.FieldRef<F>
A readable/assignable reference delegate to a static field
Namespace: HarmonyLib
Assembly: 0Harmony.dll
Syntax
public delegate F FieldRef<F>();
Returns
| Type | Description |
|---|---|
| F | A readable/assignable reference to the field |
Type Parameters
| Name | Description |
|---|---|
| F | The type of the field; or if the field's type is a reference type (a class or interface, NOT a struct or other value type), a type that System.Type.IsAssignableFrom(System.Type) the field's type |