Table of Contents

TargetDictionary.Remove Method

Definition

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

Remove(string)

public bool Remove(string key)

Parameters

key string

Returns

bool

Remarks

This method is not implemented as targets are never removed

Remove(KeyValuePair<string, Target>)

public bool Remove(KeyValuePair<string, Target> item)

Parameters

item KeyValuePair<string, Target>

Returns

bool

Remarks

This method is not implemented