NamespaceSummaryItemCollectionItem(String) Property

Indexer. This can be used to retrieve the summary information for the specified namespace

Definition

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

Parameters

name  String
The namespace for which to search

Return Value

NamespaceSummaryItem
The namespace summary information if found or null if not found

See Also