Initializes the value collection with the specified separator.

Namespace: vCards
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public vCardValueCollection(
	char separator
)
Visual Basic
Public Sub New ( _
	separator As Char _
)
Visual C++
public:
vCardValueCollection(
	wchar_t separator
)

Parameters

separator
Type: System..::..Char
The suggested character to use as a separator when writing the collection as a string.

See Also