[This is preliminary documentation and is subject to change.]
Add a matching pattern to the collection
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Parameters
- pattern
- Type: NFX.Erlang IErlObject
Erlang term to be used as a match pattern
- func
- Type: NFX.Erlang PatternMatchFunc
Function to invoke on successful match
Return Value
Type:
ID of the newly added pattern
See Also