[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description | |
|---|---|---|
| ToString()() |
Returns path of the property built from dot separated names of properties.
PropertyChain string of the root property is empty "", string of empty path is "(empty)".
If a property does not carry a name, it is entered in the chain with "(null)".
(Overrides | |
| ToString(Char) |
Returns path of the property built from names of properties separateed by the specified character.
PropertyChain string of the root property is empty "", string of empty path is "(empty)".
If a property does not carry a name, it is entered in the chain with "(null)".
|