Delegate NamespaceChanged
Delegate Type for the Events of the Namespace Mapper.
Namespace: VDS.RDF
Assembly: dotNetRdf.dll
Syntax
public delegate void NamespaceChanged(string prefix, Uri uri)
Parameters
Type | Name | Description |
---|---|---|
string | prefix | Namespace Prefix. |
System.Uri | uri | Namespace Uri. |