| Brecham.Obex — An OBEX library for the .NET Framework |
|
ObexFolderListingParser Constructor (TextReader)
Initializes a new instance of the class with the specified TextReader.
[Visual Basic]
Overloads Public Sub New( _
ByVal
input As
TextReader _
)
[C#]
public ObexFolderListingParser(
TextReader input);
Parameters
-
input
- The
TextReader containing the XML data to read.
See Also
ObexFolderListingParser Class | Brecham.Obex.Objects Namespace | ObexFolderListingParser Constructor Overload List