XmlDocEntry.WithContext Method
- Namespace
- Kampute.DocToolkit.XmlDoc
- Assembly
- Kampute.DocToolkit.dll
Definition
Creates a copy associated with the specified documentation context.
public XmlDocEntry WithContext(IDocumentationContext context)Parameters
contextIDocumentationContext- The documentation context to associate.
Returns
- XmlDocEntry
- A new instance associated with the specified context, or the current instance if this is the XmlDocEntry.Empty instance.
Exceptions
- ArgumentNullException
- Thrown when
contextisnull.
