Implicit Type Conversion Operator (XPathDescription)
Implicit cast of the specified string to an XPathDescription.

C# Syntax

public XPathDescription operator implicit( 
   string xpath
)

Parameters

xpath
The xpath to be used as the Web object's description.

Return Value

An XPathDescription object based on the specified XPath.