AtomTable Item Property (String)NFX Class Library

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

Lookup an atom in the atom table by name. If the atom is not present in the atom table - add it. Return the index of the atom in the atom table

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

public int this[
	string atom
] { get; }

Property Value

Type: OnlineInt32
See Also