Click or drag to resize

NestedNamespaceMapper.RemoveNamespace Method

Removes a Namespace provided that Namespace is defined on the current Nesting Level.

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

Parameters

prefix
Type: System.String
Prefix.

Implements

INamespaceMapper.RemoveNamespace(String)
See Also