Persistate API documentation
DeReferenceNames Method (namesJoined)
NamespacesPersistateMetaReferenceDeReferenceNames(String)

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

A convenience method which creates a temporary MetaReference from name sections and immediately dereferences it.
Declaration Syntax
C#
public static Persistent DeReferenceNames(
	string namesJoined
)
Parameters
namesJoined (String)
A string containing the joined name sections.
Return Value
The object referenced by the name sections
Remarks
The temporary MetaReference is created from concatenated name sections. The name sections should be separated with the SeparatorChar character. The ToString method produces suitable strings for use with this method.

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