Search Results for

    Show / Hide Table of Contents

    Struct DialogueEngineBase.CachedInvocation

    Pairs a method with its invocation target. Target is null for static methods.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Ibralogue
    Assembly: .dll
    Syntax
    protected struct DialogueEngineBase.CachedInvocation

    Fields

    | Edit this page View Source

    Method

    Declaration
    public MethodInfo Method
    Field Value
    Type Description
    MethodInfo
    | Edit this page View Source

    Target

    Declaration
    public object Target
    Field Value
    Type Description
    object
    • Edit this page
    • View Source
    In this article
    Back to top Ibralogue Docs