[This is preliminary documentation and is subject to change.]
Lookup an atom in the atom table by index
Namespace: NFX.ErlangAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public string this[
int n
] { get; }
public string this[
int n
] { get; }
Public ReadOnly Default Property Item (
n As Integer
) As String
Get
Public ReadOnly Default Property Item (
n As Integer
) As String
Get
public:
property String^ default[int n] {
String^ get (int n);
}
public:
property String^ default[int n] {
String^ get (int n);
}
member Item : string with get
member Item : string with get
Property Value
Type:
String