NamespaceSummaryItemCollection.this Property
Definition
- Namespace
- Sandcastle.Core.Project
- Assembly
- Sandcastle.Core.dll
Indexer. This can be used to retrieve the summary information for the specified namespace
public NamespaceSummaryItem this[string name] { get; }
Parameters
namestringThe namespace for which to search
Property Value
- NamespaceSummaryItem
The namespace summary information if found or null if not found