[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
ErlTuple class
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public ErlTuple(
List<IErlObject> items,
bool clone = true
)
public ErlTuple(
List<IErlObject> items,
bool clone = true
)
Public Sub New (
items As List(Of IErlObject),
Optional clone As Boolean = true
)
Public Sub New (
items As List(Of IErlObject),
Optional clone As Boolean = true
)
public:
ErlTuple(
List<IErlObject^>^ items,
bool clone = true
)
public:
ErlTuple(
List<IErlObject^>^ items,
bool clone = true
)
new :
items : List<IErlObject> *
?clone : bool
(* Defaults:
let _clone = defaultArg clone true
*)
-> ErlTuple
new :
items : List<IErlObject> *
?clone : bool
(* Defaults:
let _clone = defaultArg clone true
*)
-> ErlTuple