NamespaceSummaryItemCollectionItem(String) Property
Indexer. This can be used to retrieve the summary information for the specified namespace
Namespace: Sandcastle.Core.ProjectAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public NamespaceSummaryItem this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As NamespaceSummaryItem
Get
public:
property NamespaceSummaryItem^ default[String^ name] {
NamespaceSummaryItem^ get (String^ name);
}
member Item : NamespaceSummaryItem with get
- name String
- The namespace for which to search
NamespaceSummaryItemThe namespace summary information if found or null if not found