Show / Hide Table of Contents

    Class FSharpFunction

    Inheritance
    System.Object
    FSharpFunction
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Bayat.Json.Utilities
    Assembly: Bayat.Json.Runtime.dll
    Syntax
    public class FSharpFunction

    Constructors

    | Improve this Doc View Source

    FSharpFunction(Object, MethodCall<Object, Object>)

    Declaration
    public FSharpFunction(object instance, MethodCall<object, object> invoker)
    Parameters
    Type Name Description
    System.Object instance
    MethodCall<System.Object, System.Object> invoker

    Methods

    | Improve this Doc View Source

    Invoke(Object[])

    Declaration
    public object Invoke(params object[] args)
    Parameters
    Type Name Description
    System.Object[] args
    Returns
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    • 0 Comments