Table of Contents

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

name string

The namespace for which to search

Property Value

NamespaceSummaryItem

The namespace summary information if found or null if not found