Struct DialogueEngineBase.CachedInvocation
Pairs a method with its invocation target. Target is null for static methods.
Inherited Members
Namespace: Ibralogue
Assembly: .dll
Syntax
protected struct DialogueEngineBase.CachedInvocation
Fields
| Edit this page View SourceMethod
Declaration
public MethodInfo Method
Field Value
| Type | Description |
|---|---|
| MethodInfo |
Target
Declaration
public object Target
Field Value
| Type | Description |
|---|---|
| object |