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 SourceFSharpFunction(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 SourceInvoke(Object[])
Declaration
public object Invoke(params object[] args)
Parameters
Type | Name | Description |
---|---|---|
System.Object[] | args |
Returns
Type | Description |
---|---|
System.Object |