C# Class TSVCEO.CloudPrint.Proxy.XMPP.XmlStream.DisposableXElement

Inheritance: IDisposable
Show file Open project: klightspeed/CloudPrintProxy

Public Methods

Method Description
DisposableXElement ( XmlStream stream, System.Xml.Linq.XElement element ) : System
Dispose ( ) : void

Private Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

DisposableXElement() public method

public DisposableXElement ( XmlStream stream, System.Xml.Linq.XElement element ) : System
stream XmlStream
element System.Xml.Linq.XElement
return System

Dispose() public method

public Dispose ( ) : void
return void