Click or drag to resize

ThreadSafeQNameOutputMapper.AddToCache Method

Adds a QName Mapping to the Cache in a Thread Safe way.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected override void AddToCache(
	string key,
	QNameMapping value
)

Parameters

key
Type: System.String
Key.
value
Type: VDS.RDF.QNameMapping
Value.
See Also