Click or drag to resize

INestedNamespaceMapperGetNestingLevel Method

Gets the Nesting Level at which the given Namespace is definition is defined.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
int GetNestingLevel(
	string prefix
)

Parameters

prefix
Type: SystemString
Prefix.

Return Value

Type: Int32

[Missing <returns> documentation for "M:VDS.RDF.INestedNamespaceMapper.GetNestingLevel(System.String)"]

See Also