[This is preliminary documentation and is subject to change.]
Creates a new MetaReference from a string containing concatenated
name sections.
| C# |
public MetaReference( string namesJoined )
- namesJoined (String)
- A string containing the joined name sections.
The name sections should be separated with the SeparatorChar character. The ToString()()()() method
produces suitable strings for use with this constructor.