'Declaration Public Shared Function SelectNodes( _ ByVal node As XmlNode, _ ByVal path As String _ ) As XmlNodeList
public static XmlNodeList SelectNodes( XmlNode node, string path )
Parameters
- node
- path
'Declaration Public Shared Function SelectNodes( _ ByVal node As XmlNode, _ ByVal path As String _ ) As XmlNodeList
public static XmlNodeList SelectNodes( XmlNode node, string path )