Click or drag to resize

QNameOutputMapperAddToCache Method

Adds a QName mapping to the cache.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected virtual void AddToCache(
	string uri,
	QNameMapping mapping
)

Parameters

uri
Type: SystemString
URI.
mapping
Type: VDS.RDFQNameMapping
Mapping.
See Also