Click or drag to resize

QNameOutputMapper.AddToCache 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: System.String
URI.
mapping
Type: VDS.RDF.QNameMapping
Mapping.
See Also