[This is preliminary documentation and is subject to change.]
Return index'th element from the container
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public IErlObject this[
int index
] { get; }
public IErlObject this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As IErlObject
Get
Public ReadOnly Default Property Item (
index As Integer
) As IErlObject
Get
public:
property IErlObject^ default[int index] {
IErlObject^ get (int index);
}
public:
property IErlObject^ default[int index] {
IErlObject^ get (int index);
}
member Item : IErlObject with get
member Item : IErlObject with get
Property Value
Type:
IErlObject