MemorySymbolTableAddressType(MemorySymbolTableAddressType, String) Constructor |
Constructs a new branch and adds the branch to the parent symbol table or branch.
Namespace: Demo3D.PLC.CommsAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic MemorySymbolTable(
MemorySymbolTable<AddressType> parent,
string name
)
Parameters
- parent MemorySymbolTableAddressType
- The parent symbol table or branch.
- name String
- The name of the branch.
See Also