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: 5.6.0+6976b8f96f59170e54fb7f8a4989b77d09f9b1c0
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