[This is preliminary documentation and is subject to change.]
Initializes a new instance of the JArray class with the specified content.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public JArray( Object content ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ content As Object _ ) |
Visual C++ |
---|
public: JArray( Object^ content ) |
Parameters
- content
- Type: System..::.Object
The contents of the array.