MimeTypeDefinition.ObjectParserTypes Property |
Gets the registered Object Parser Types.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic IEnumerable<KeyValuePair<Type, Type>> ObjectParserTypes { get; }
Public ReadOnly Property ObjectParserTypes As IEnumerable(Of KeyValuePair(Of Type, Type))
Get
Property Value
Type:
IEnumerable<KeyValuePair<Type,
Type>>
See Also