Compartir a través de


ContactReader Constructor

Include Protected Members
Include Inherited Members

The ContactReader() constructor initializes a new instance of the ContactReader class.

Overload List

  Name Description
Public method ContactReader(Stream) The ContactReader(Stream) constructor initializes a new instance of the ContactReader class on the specified stream.
Public method ContactReader(Stream, Encoding, ContactComplianceMode) The ContactReader(Stream, Encoding, ContactComplianceMode) constructor initializes a new instance of the ContactReader class on the specified stream with the specified encoding and compliance mode.

Top