[This is preliminary documentation and is subject to change.]
Look up a mailbox based on its name
Namespace: NFX.Erlang.InternalAssembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
public ErlMbox this[
ErlAtom name
] { get; }
public ErlMbox this[
ErlAtom name
] { get; }
Public ReadOnly Default Property Item (
name As ErlAtom
) As ErlMbox
Get
Public ReadOnly Default Property Item (
name As ErlAtom
) As ErlMbox
Get
public:
property ErlMbox^ default[ErlAtom name] {
ErlMbox^ get (ErlAtom name);
}
public:
property ErlMbox^ default[ErlAtom name] {
ErlMbox^ get (ErlAtom name);
}
member Item : ErlMbox with get
member Item : ErlMbox with get
Return Value
Type:
ErlMboxMailbox or null if the name is not registered