Skip to main content
Version: 0.1.0

Struct In

Namespace: PreludeLib.Attributes
Assembly: PreludeLib.dll

Use in HarmonyTargetMethodHint parameter list to indicate that the parameter is an in parameter. This is required for Harmony to correctly identify the method when matching signatures, as in parameters are treated differently than regular parameters.

public struct In<T>

Type Parameters​

T

The type of the in parameter.

Inherited Members​

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()