MimeTypeCreate(MimeTypeInfo) Method

Creates a new MimeType object that's filled with the data of an existing MimeTypeInfo instance.

Definition

Namespace: FolkerKinzel.MimeTypes
Assembly: FolkerKinzel.MimeTypes (in FolkerKinzel.MimeTypes.dll) Version: 1.0.0+7dd5ca03f25d4802263abb2083f9c7add2cb51ec
C#
public static MimeType Create(
	 in MimeTypeInfo info
)

Parameters

info  MimeTypeInfo
The MimeTypeInfo instance whose data will be copied into the MimeType.

Return Value

MimeType
A reference to the MimeType that is created.

Exceptions

See Also