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