Table of Contents

Delegate ReferenceAction<T1, T2>

Namespace
TaleWorlds.CampaignSystem
Assembly
TaleWorlds.CampaignSystem.dll
public delegate void ReferenceAction<T1, T2>(T1 t1, ref T2 t2)

Parameters

t1 T1
t2 T2

Type Parameters

T1
T2
Extension Methods

Constructors

ReferenceAction(object, IntPtr)

public ReferenceAction(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(T1, ref T2, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(T1 t1, ref T2 t2, AsyncCallback callback, object @object)

Parameters

t1 T1
t2 T2
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(ref T2, IAsyncResult)

public virtual void EndInvoke(ref T2 t2, IAsyncResult result)

Parameters

t2 T2
result IAsyncResult

Invoke(T1, ref T2)

public virtual void Invoke(T1 t1, ref T2 t2)

Parameters

t1 T1
t2 T2

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).