Click or drag to resize

NamespaceMapper.RemoveNamespace Method

Removes a Namespace from the NamespaceMapper.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public virtual void RemoveNamespace(
	string prefix
)

Parameters

prefix
Type: System.String
Namespace Prefix of the Namespace to remove.

Implements

INamespaceMapper.RemoveNamespace(String)
See Also