AddByAssembly Method
Definition
- Namespace
- Codebelt.Extensions.Swashbuckle.AspNetCore
- Assemblies
- Codebelt.Extensions.Swashbuckle.AspNetCore.dll
AddByAssembly(IList<XPathDocument>, Assembly)
Adds the specified assembly to the collection of documents.
public static IList<XPathDocument> AddByAssembly(this IList<XPathDocument> documents, Assembly assembly)
Parameters
documentsIList<XPathDocument>The collection of documents in XML format.
assemblyAssemblyThe assembly to locate XML documentation files by.
Returns
- IList<XPathDocument>
A reference to
documentsso that additional calls can be chained.