ErlLong Match Method (IErlObject)NFX Class Library

[This is preliminary documentation and is subject to change.]

Perform pattern match on this Erlang term returning null if match fails or a dictionary of matched variables bound in the pattern

Namespace: NFX.Erlang
Assembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public ErlVarBind Match(
	IErlObject pattern
)

Return Value

Type: ErlVarBind

Implements

IErlObject Match(IErlObject)
See Also