[This is preliminary documentation and is subject to change.]
Dereferences a section in a MetaReference by
returning the object indexed by the given collection indicator and name
| C# |
public IMetaReferable DeReferenceSection( string nameSection )
- nameSection (String)
- The collection indicator and name to use to find the next object to use in the dereference.
The object indexed by the given nameSection.
| Exception | Condition |
|---|---|
| PersistateDeReferenceException | Thrown if the name section
does not index an existing object. |