| NamespaceSummaryItemCollectionItem Property (String) |
Indexer. This can be used to retrieve the summary information for the specified namespace
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax 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
Parameters
- name
- Type: SystemString
The namespace for which to search
Return Value
Type:
NamespaceSummaryItemThe namespace summary information if found or null if not found
See Also