Share via


WsXmlNodeList.Add Method

Adds a specified WsXmlNode to this WsXmlNodeList object.

Namespace: Ws.Services.Xml
Assembly: MFWsStack (in mfwsstack.dll)

Syntax

public int Add (
         WsXmlNodevalue
)

Parameters

  • value
    The WsXmlNode to add to the list.

Return Value

The index at which the new node resides in the list.

Version Information

Available in the .NET Micro Framework versions 3.0, 4.0, and 4.1.

See Also

Reference

WsXmlNodeList Class
WsXmlNodeList Members
Ws.Services.Xml Namespace