Struct Ref
Namespace: PreludeLib.Attributes
Assembly: PreludeLib.dll
Use in HarmonyTargetMethodHint parameter list to indicate that the parameter is an ref parameter. This is required for Harmony to correctly identify the method when matching signatures, as ref parameters are treated differently than regular parameters.
public struct Ref<T>
Type Parameters
T
The type of the ref parameter.
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()