[This is preliminary documentation and is subject to change.]
Dereferences a section in a MetaReference by
returning the Member with the given name.
| C# |
public override IMetaReferable DeReferenceSection( string nameSection )
- nameSection (String)
- The name to use to find the next object to use in the dereference.
The member with the given name.
| Exception | Condition |
|---|---|
| PersistateDeReferenceException | Thrown if no Member matching the given nameSection exists. |