Click or drag to resize

MimeTypeSelectorCreateSelectors Method

Creates an enumeration of MIME type selectors.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static IEnumerable<MimeTypeSelector> CreateSelectors(
	IEnumerable<string> ctypes
)

Parameters

ctypes
Type: System.Collections.GenericIEnumerableString
MIME Types.

Return Value

Type: IEnumerableMimeTypeSelector

[Missing <returns> documentation for "M:VDS.RDF.MimeTypeSelector.CreateSelectors(System.Collections.Generic.IEnumerable{System.String})"]

See Also