Loads a new instance of the vCard class
from a text reader.
Namespace: vCardsAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public vCard( TextReader input ) |
| Visual Basic |
|---|
Public Sub New ( _ input As TextReader _ ) |
| Visual C++ |
|---|
public: vCard( TextReader^ input ) |
Parameters
- input
- Type: System.IO..::..TextReader
An initialized text reader.