Persistate API documentation
DeReferenceSection Method (nameSection)
NamespacesPersistateEntryPointDeReferenceSection(String)

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

Dereferences a section in a MetaReference.
Declaration Syntax
C#
public IMetaReferable DeReferenceSection(
	string nameSection
)
Parameters
nameSection (String)
Not used. Singletons must still implement BuildNames and add an index. Since they are singletons however, the index is not needed.
Return Value
The EntryPoint's associated singleton EntryObject.
Remarks
This method returns the entry point singleton, so long as it is IMetaReferable.

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