Table of Contents

CustomContext.CustomContext Constructor

Definition

Namespace
Sandcastle.Core.BuildAssembler
Assembly
Sandcastle.Core.dll

CustomContext()

Constructor

public CustomContext()

CustomContext(IDictionary<string, string>)

This constructor takes a dictionary containing the namespaces (the key is the prefix, the value is the namespace URI).

public CustomContext(IDictionary<string, string> namespaces)

Parameters

namespaces IDictionary<string, string>

A dictionary containing the namespaces to add to the context