*
* @SINCE_1_2.11
* @param[in] value The value to add to the end of the array
- * @return A reference to this object
*/
inline Property::Array& Add( const Value& value )
{
* @brief Retrieve the key at the specified position.
*
* @SINCE_1_2.7
- * @param[in] position The specified position
* @return A copy of the key at the specified position.
*
* @note Will assert if position >= Count()
* @brief Retrieve the key & the value at the specified position.
*
* @SINCE_1_2.7
- * @param[in] position The specified position
* @return A copy of the pair of key and value at the specified position.
*
* @note Will assert if position >= Count()