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