Header menu logo FSharp.Formatting

ApiDocCollection Type

Represents a group of assemblies integrated with its associated documentation

Constructors

Constructor Description

ApiDocCollection(name, asms, nss)

Full Usage: ApiDocCollection(name, asms, nss)

Parameters:
Returns: ApiDocCollection
name : string
asms : AssemblyName list
nss : ApiDocNamespace list
Returns: ApiDocCollection

Instance members

Instance member Description

this.Assemblies

Full Usage: this.Assemblies

Returns: AssemblyName list

All assemblies in the collection

Returns: AssemblyName list

this.CollectionName

Full Usage: this.CollectionName

Returns: string

Name of the collection

Returns: string

this.Namespaces

Full Usage: this.Namespaces

Returns: ApiDocNamespace list

All namespaces in the collection

Returns: ApiDocNamespace list

Type something to start searching.