Table of Contents

TargetDirectoryCollection Class

Definition

Namespace
Sandcastle.Tools.BuildComponents.Targets
Assembly
Sandcastle.Tools.BuildComponents.dll

This class contains a set of TargetDirectory items used by ResolveConceptualLinksComponent.

public sealed class TargetDirectoryCollection : Collection<TargetDirectory>, IList<TargetDirectory>, ICollection<TargetDirectory>, IReadOnlyList<TargetDirectory>, IReadOnlyCollection<TargetDirectory>, IEnumerable<TargetDirectory>, IList, ICollection, IEnumerable
Inheritance
TargetDirectoryCollection
Implements

Properties

Count (Inherited from Collection<TargetDirectory>)
this[int] (Inherited from Collection<TargetDirectory>)
this[string]

This read-only indexer can be used to retrieve the target info for the specified target ID

Methods

Add(T) (Inherited from Collection<TargetDirectory>)
Clear() (Inherited from Collection<TargetDirectory>)
Contains(T) (Inherited from Collection<TargetDirectory>)
CopyTo(T[], int) (Inherited from Collection<TargetDirectory>)
GetEnumerator() (Inherited from Collection<TargetDirectory>)
IndexOf(T) (Inherited from Collection<TargetDirectory>)
Insert(int, T) (Inherited from Collection<TargetDirectory>)
Remove(T) (Inherited from Collection<TargetDirectory>)
RemoveAt(int) (Inherited from Collection<TargetDirectory>)