Barb


BarbFuncUntyped

Namespace: Barb

A helper class to make creating Untyped Barb functions easy in C#

Constructors

ConstructorDescription
new(...)
Signature: (inputType:Type * outputType:Type * predicate:string * settings:BarbSettings option) -> BarbFuncUntyped

Instance members

Instance memberDescription
Execute(record)
Signature: record:obj -> obj
Fork me on GitHub