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