WCF-Xtensions Class Reference for Mono
ReplaceAll Method






The content.
Replaces the children nodes of this token with the specified content.
Syntax
'Declaration
 
Public Sub ReplaceAll( _
   ByVal content As System.Object _
) 
'Usage
 
Dim instance As JContainer
Dim content As System.Object
 
instance.ReplaceAll(content)
public void ReplaceAll( 
   System.object content
)
public procedure ReplaceAll( 
    content: System.TObject
); 
public function ReplaceAll( 
   content : System.Object
);
public: void ReplaceAll( 
   System.Object* content
) 
public:
void ReplaceAll( 
   System.Object^ content
) 

Parameters

content
The content.
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

JContainer Class
JContainer Members

Send Feedback