PersistentCall.

PersistentCall(MethodInfo, Object) Constructor

Summary

Constructs a new UltEvents.PersistentCall to serialize the specified `method`.
Assembly
UltEvents.dll
Namespace
UltEvents
Containing Type
PersistentCall

Syntax

public PersistentCall(MethodInfo method, Object target)

Parameters

Name Type Description
method MethodInfo
target Object

Return Value

Type Description
void