VCardProperty(ParameterSection, String) Constructor

Constructor called by derived classes.

Definition

Namespace: FolkerKinzel.VCards.Models.Properties
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
protected VCardProperty(
	ParameterSection parameters,
	string? group
)

Parameters

parameters  ParameterSection
A ParameterSection object that represents the parameter part of a vCard property.
group  String
Identifier of the group of VCardProperty objects, which the VCardProperty should belong to, or null to indicate that the VCardProperty does not belong to any group.

Exceptions

ArgumentNullExceptionparameters is null.

See Also