Source Constructor (XElement) |
Initializes a new instance of the
Source 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 Source(
XElement xe
)
Public Sub New (
xe As XElement
)
public:
Source(
XElement^ xe
)
new :
xe : XElement -> Source
Parameters
- xe
- Type: System.Xml.LinqXElement
See Also