Class EventDelegate<T1, T2>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Graph.Flow
Assembly: cs.temp.dll.dll
Syntax
public sealed class EventDelegate<T1, T2> : EventDelegateBase
Type Parameters
| Name | Description |
|---|---|
| T1 | |
| T2 |
Methods
Invoke(UObject, T1, T2)
Declaration
public void Invoke(UObject contextObject, T1 input1, T2 input2)
Parameters
| Type | Name | Description |
|---|---|---|
| UObject | contextObject | |
| T1 | input1 | |
| T2 | input2 |
Operators
implicit operator Action<T1, T2>(EventDelegate<T1, T2>)
Declaration
public static implicit operator Action<T1, T2>(EventDelegate<T1, T2> @delegate)
Parameters
| Type | Name | Description |
|---|---|---|
| EventDelegate<T1, T2> | delegate |
Returns
| Type | Description |
|---|---|
| Action<, ><T1, T2> |