[This is preliminary documentation and is subject to change.]
Adds the specified content as children of this JToken .
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public virtual void Add( Object content ) |
Visual Basic (Declaration) |
---|
Public Overridable Sub Add ( _ content As Object _ ) |
Visual C++ |
---|
public: virtual void Add( Object^ content ) |
Parameters
- content
- Type: System..::.Object
The content to be added.