NamespaceSummaryItemCollectionItem(String) Property

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

Definition

Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.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