Show / Hide Table of Contents

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

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Extension Methods
Back to top Generated by DocFX