Click or drag to resize

NestedNamespaceMapperRemoveNamespace 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: SystemString
Prefix.

Implements

INamespaceMapperRemoveNamespace(String)
See Also