Click or drag to resize

JsonLdProcessorWarnings Property

Get the warnings generated by the processor.

Namespace:  VDS.RDF.JsonLd
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public List<JsonLdProcessorWarning> Warnings { get; }

Property Value

Type: ListJsonLdProcessorWarning
Remarks
May be an empty list.
See Also