MimeTypeSelectorCreate Method  | 
 
            Creates a MIME Type selector.
            
 
    Namespace: 
   VDS.RDF
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic static MimeTypeSelector Create(
	string contentType,
	int order
)
Public Shared Function Create ( 
	contentType As String,
	order As Integer
) As MimeTypeSelector
Parameters
- contentType
 - Type: SystemString
MIME Type. - order
 - Type: SystemInt32
Order the selector appears in the input. 
Return Value
Type: 
MimeTypeSelector[Missing <returns> documentation for "M:VDS.RDF.MimeTypeSelector.Create(System.String,System.Int32)"]
See Also