Click or drag to resize
Sandcastle Help File BuilderNamespaceSummaryItemCollectionItem Property (String)
Indexer. This can be used to retrieve the summary information for the specified namespace

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public NamespaceSummaryItem this[
	string name
] { get; }

Parameters

name
Type: SystemString
The namespace for which to search

Return Value

Type: NamespaceSummaryItem
The namespace summary information if found or null if not found
See Also