MimeTypeParameterInfoClone Method

Creates a new MimeTypeParameterInfo that is a copy of the current instance.

Definition

Namespace: FolkerKinzel.MimeTypes
Assembly: FolkerKinzel.MimeTypes (in FolkerKinzel.MimeTypes.dll) Version: 1.0.0+f3b40d3afc4889b7965c4b49093672628a3624fe
C#
public MimeTypeParameterInfo Clone()

Return Value

MimeTypeParameterInfo
A new MimeTypeParameterInfo, which is a copy of this instance.

Remarks

The copy is built on a separate String, which is case-normalized and only as long as needed.

See Also