Delegate ReferenceAction<T1, T2, T3>
- Namespace
- TaleWorlds.CampaignSystem
- Assembly
- TaleWorlds.CampaignSystem.dll
public delegate void ReferenceAction<T1, T2, T3>(T1 t1, T2 t2, ref T3 t3)
Parameters
t1
T1t2
T2t3
T3
Type Parameters
T1
T2
T3
- Extension Methods
Constructors
ReferenceAction(object, IntPtr)
public ReferenceAction(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(T1, T2, ref T3, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(T1 t1, T2 t2, ref T3 t3, AsyncCallback callback, object @object)
Parameters
t1
T1t2
T2t3
T3callback
AsyncCallbackobject
object
Returns
EndInvoke(ref T3, IAsyncResult)
public virtual void EndInvoke(ref T3 t3, IAsyncResult result)
Parameters
t3
T3result
IAsyncResult
Invoke(T1, T2, ref T3)
public virtual void Invoke(T1 t1, T2 t2, ref T3 t3)
Parameters
t1
T1t2
T2t3
T3
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).