Contents Constructor (const web::json::value&) [Xbox Live Compute]

Creates an instance of Contents initialized with a serialized Contents instance.

Syntax

public:
Contents(
         const web::json::value &root
)  

Parameters

root
Type: web::json::value 

A JSON value containing a serialized Contents instance.

Requirements

Header: Declared in MultiplayerSession.h.

Library: Use GSDK110.lib (VS 2012) or GSDK100.lib (VS 2010).

See also

Reference

Contents