Click or drag to resize

MimeTypesHelperGetStoreParser Method (IEnumerableString)

Selects a Store parser based on the MIME types.

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

Parameters

ctypes
Type: System.Collections.GenericIEnumerableString
MIME Types.

Return Value

Type: IStoreReader

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

See Also