Persistate API documentation
MetaReference Constructor (namesJoined)
NamespacesPersistateMetaReferenceMetaReference(String)

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

Creates a new MetaReference from a string containing concatenated name sections.
Declaration Syntax
C#
public MetaReference(
	string namesJoined
)
Parameters
namesJoined (String)
A string containing the joined name sections.
Remarks
The name sections should be separated with the SeparatorChar character. The ToString()()()() method produces suitable strings for use with this constructor.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)