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
)
Function GetNestingLevel (
prefix As String
) As Integer
Parameters
- prefix
- Type: SystemString
Prefix.
Return Value
Type:
Int32[Missing <returns> documentation for "M:VDS.RDF.INestedNamespaceMapper.GetNestingLevel(System.String)"]
See Also