Click or drag to resize

JsonLdContextRemoveTerm Method

Remote an existing term definition.

Namespace:  VDS.RDF.JsonLd
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public JsonLdTermDefinition RemoveTerm(
	string term
)

Parameters

term
Type: SystemString
The key for the term to be removed.

Return Value

Type: JsonLdTermDefinition
The removed term definition, or null if the term was not defined in this context.
See Also