Click or drag to resize

IFormatterBasedWriterTripleFormatterType Property

Gets the Type for the Triple Formatter this writer uses.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
Type TripleFormatterType { get; }

Property Value

Type: Type
Remarks
This should be the type descriptor for a type that implements ITripleFormatter.
See Also