WCF-Xtensions Class Reference for Mono
AddBeforeSelf Method






A content object that contains simple content or a collection of content objects to be added before this token.
Adds the specified content immediately before this token.
Syntax
'Declaration
 
Public Sub AddBeforeSelf( _
   ByVal content As System.Object _
) 
'Usage
 
Dim instance As JToken
Dim content As System.Object
 
instance.AddBeforeSelf(content)
public void AddBeforeSelf( 
   System.object content
)
public procedure AddBeforeSelf( 
    content: System.TObject
); 
public function AddBeforeSelf( 
   content : System.Object
);
public: void AddBeforeSelf( 
   System.Object* content
) 
public:
void AddBeforeSelf( 
   System.Object^ content
) 

Parameters

content
A content object that contains simple content or a collection of content objects to be added before this token.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JToken Class
JToken Members

Send Feedback