NamespaceSummaryItemCollectionItem(String) Property
Indexer. This can be used to retrieve the summary information for the specified namespace
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.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