Table of Contents

Class EventDelegate

Namespace
Ceres.Graph.Flow
Assembly
cs.temp.dll.dll
public sealed class EventDelegate : EventDelegateBase
Inheritance
object
EventDelegate
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()

Methods

Invoke(UObject)

public void Invoke(UObject contextObject)

Parameters

contextObject UObject

Operators

implicit operator Action(EventDelegate)

public static implicit operator Action(EventDelegate @delegate)

Parameters

delegate EventDelegate

Returns

Action