ParameterSectionAssign Method

Assigns the content of other to the instance.

Definition

Namespace: FolkerKinzel.VCards.Models.Properties.Parameters
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.2.0+a3997783578d19ef70b23d32085936c13ed21656
C#
public void Assign(
	ParameterSection other
)

Parameters

other  ParameterSection
Foreign instance, whose content is adopted.

Exceptions

ArgumentNullExceptionother is null.

See Also