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