Initializes a new instance of the
Result class
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Result(
XElement xe
)
Public Sub New (
xe As XElement
)
public:
Result(
XElement^ xe
)
new :
xe : XElement -> Result
Parameters
- xe
- Type: System.Xml.LinqXElement
See Also