Namespace Summary Item CollectionItem(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: 2026.1.20.0
The namespace summary information if found or null if not found
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public NamespaceSummaryItem this[
string name
] { get; }VB
Public ReadOnly Default Property Item (
name As String
) As NamespaceSummaryItem
GetC++
public:
property NamespaceSummaryItem^ default[String^ name] {
NamespaceSummaryItem^ get (String^ name);
}F#
member Item : NamespaceSummaryItem with getParameters
- name String
- The namespace for which to search
Return Value
NamespaceSummaryItemThe namespace summary information if found or null if not found