Method WithAfter
- Namespace
- MonoMod.RuntimeDetour
- Assembly
- MonoMod.RuntimeDetour.dll
WithAfter(IEnumerable<string>)
public DetourConfig WithAfter(IEnumerable<string> after)
Parameters
after
IEnumerable<string>- The After list for the new DetourConfig.
Returns
- DetourConfig
- A DetourConfig identical to this one, but with After equal to
after
.
WithAfter(params string[])
public DetourConfig WithAfter(params string[] after)
Parameters
after
string[]- The After list for the new DetourConfig.
Returns
- DetourConfig
- A DetourConfig identical to this one, but with After equal to
after
.