| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As NodeState Dim context As ISystemContext Dim decoder As XmlDecoder instance.UpdateChildren(context, decoder) | |
| C# | |
|---|---|
| public virtual void UpdateChildren( ISystemContext context, XmlDecoder decoder ) | |
Parameters
- context
- The context for the system being accessed.
- decoder
- The decoder wrapping the stream to read.
            Any children found in the stream that do not exist are created and initialized from the stream.
            
            
            
            
            
            Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    