Persistate API documentation
DeReferenceSection Method (name)
NamespacesPersistateIMetaReferableDeReferenceSection(String)

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

Performs one stage of dereferencing a MetaReference.
Declaration Syntax
C#
IMetaReferable DeReferenceSection(
	string name
)
Parameters
name (String)
The name to use when dereferencing. It is up to individual classes to interpret this name. This will often index a fixed collection, but may also, for example, have a field to determine the collection to index.
Return Value
The object which will be either the dereferenced object or will perform the next stage of the dereferencing.

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