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 |
---|---|---|
System. |
prefix | Namespace Prefix. |
System. |
uri | Namespace Uri. |