Reflection based dynamic invocation of functions and related helpers
Type | Description |
Function or value | Description |
|
|
|
|
Full Usage:
invokeDynamic fn args
Parameters:
obj
-
an obj type representing the function to dynamically invoke. Internally a check is performed if it is a FSharp function - and if true - it will be consequitively be invoked with the arguments provided by args
args : seq<obj>
-
a sequence or boxed function arguments
Returns: Result<'FunctionResult, Exception>
|
|
|
|
|
![]() ![]() ![]() ![]() ![]() ![]() Returns true if the given type implements the IEnumerable interface and the type contained in the collection implements the IConvertible interface
|
|