[This is preliminary documentation and is subject to change.]
Create an Erlang string from the given string
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public ErlTupleBase(
IErlObject[] items,
bool clone = true
)
public ErlTupleBase(
IErlObject[] items,
bool clone = true
)
Public Sub New (
items As IErlObject(),
Optional clone As Boolean = true
)
Public Sub New (
items As IErlObject(),
Optional clone As Boolean = true
)
public:
ErlTupleBase(
array<IErlObject^>^ items,
bool clone = true
)
public:
ErlTupleBase(
array<IErlObject^>^ items,
bool clone = true
)
new :
items : IErlObject[] *
?clone : bool
(* Defaults:
let _clone = defaultArg clone true
*)
-> ErlTupleBase
new :
items : IErlObject[] *
?clone : bool
(* Defaults:
let _clone = defaultArg clone true
*)
-> ErlTupleBase